hello,
i have a problem with my .htaccess file, on my other server they works 100% perfect, support from lunarpages cant help me.
here is the code of my .htaccess file:
RewriteEngine On
ReWriteRule ^index.html$ index.php?content=index [L]
## CONTENT
ReWriteRule ^myusb/$ myusb/ [L]
ReWriteRule ^myusb/en/$ myusb/en/ [L]
ReWriteRule ^(.*?)/(.*?)/$ index.php?folder=$1&content=$2&%{QUERY_STRING} [L]
ReWriteRule ^(.*?)/$ index.php?content=$1&%{QUERY_STRING} [L]
AddHandler php5-cgi .php
AddHandler php4-cgi .php
folder is _myusb
must i anything change in the file for working on lunarpages server?
website with this htaccess file =
http://www.myusb.deAny suggestions?
Thanks in advance!
kind regards,
zepo
