need some advice mod_rewrite or server conf.

Discussion in 'Site & Server Administration' started by login, Oct 29, 2007.

  1. #1
    I have this site www.bestmp3links.com/musicshop/
    If you click the different links like for example www.bestmp3links.com/musicshop/jazz-guitar-pick.html you will see a new list of offers coming up.
    then if you go to the sub pages like www.bestmp3links.com/musicshop/strings/ and for example www.bestmp3links.com/musicshop/strings/violin-string.html theere is no new list to the right, its just the same list as the strings/ page.

    How can I fix this?

    The script is ioncube protected, but enabled on the server. "register_globals CHANGE to ON in your php.ini" is done on the server.

    Here is the .htaccess file:
    RewriteEngine on
    RewriteCond %{REQUEST_FILENAME} -f
    RewriteRule ^.*$ - [S=44]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^.*$ - [S=44]
    RewriteRule ^(.*)$ index.php?k=$1
     
    login, Oct 29, 2007 IP