I have been experimenting with the mod_rewrite, and as far as I can tell I have the code right. Whenever I upload it, it wont allow anyone to veiw where I place it, I get the Forbidden error. Would this sergest that the mod_rewrite isn't working or is disabled (I have tested it on another Apache server and it seams to work find).
Don't forget to enable mod_rewrite! Even after you install mod_rewrite you have to go into your .conf file and uncomment it out...should be this line:
LoadModule rewrite_module modules/mod_rewrite.so
Uncomment it and then restart your webserver..(I'm assuming it's apache). Then make sure that you have 'AllowOverrides' set to 'all' (if it is at 'none') so that mod_rewrite can work.
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.