Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Possible .htaccess/Mod-Rewrite issue

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26752
    tnpete
    Member

    I found this script from Phoboslab and would really like to use it for myself, but even the developer says it’s a "strange issue".

    I do the install and everything checks out. When I go to use the ASAPH bookmarklet, it only redirects back to the index page – Not the post page like it is supposed to. I’m able to go directly to http://xenochrony.com/admin/post.php, but it will not redirect there from the bookmarklet.

    I’ll post as much info as possible. TIA.

    The script is quite simple and available HERE.

    The site I’m working on is http://xenochrony.com

    Original .htaccess, which I’ve tried deleting and modifying.

    Code:

    # Add ‘rw’ parameter, so we can detect whether mod_rewrite is enabled
    RewriteEngine on
    RewriteRule ^$ index.php?rw

    # Rewrite everything to index.php if it is not a real file or directory
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ index.php?rw=$1

    Some photos.

    The page the bookmarklet should redirect to.

    And this is what I get.

    #66828
    godwinsam
    Member

    Hello,

    Please find the following link,
    http://yopensource.com/en/tutorials/joo … developer-
    In this we can able see the 16 points.
    Please find the steps.

    Thanks & Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Back End’ is closed to new topics and replies.