Posted by -Lost on 10/10/26 11:50
Aye. You must also have:
LoadModule rewrite_module modules/mod_rewrite.so
AddModule mod_rewrite.c
....in your Apache configuration (httpd.conf). Whether via VirtualHost or in the main site
configuration you must give a directory the:
AllowOverride All
....command to allow .htaccess the ability to modify per-directory configuration.
-Lost
Navigation:
[Reply to this message]
|