Jump to content

.htaccess


hybrid kill3r

Recommended Posts

RewriteRule index.php\?act=(.*)$ $1

More information at http://httpd.apache.org/docs/1.3/mod/mod_r...tml#RewriteRule

Don't you mean
RewriteRule ^(.*)$ index.php?act=$1

?Note that with this approach, your images will be affected too.I have my own tutorial on the subject that avoids this case, and may be appropriate for your case too.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...