Forum Moderators: phranque
i have this in my httpd.conf file:
RewriteEngine On
RewriteRule /~(.*) /index.php?t=$1
but when i go to [localhost...] it doesnt work!
Welcome to WebmasterWorld [webmasterworld.com]!
Can't give a good answer without more details...
What does your server error log say?
Do you have any other rewriterules in httpd.conf that *do* work?
Have you enabled Options FollowSymLinks or Options SymLinksIfOwnerMatch as required by mod_rewrite?
Jim