Daniel 'RTRD' Well-known member Aug 12, 2012 #1 I have recently changed host and got this problem. I have the standard HTACCESS file and the host has installed mod_rewrite. root@derp [~]# /usr/local/apache/bin/httpd -D DUMP_MODULES | grep rewrite rewrite_module (static) Syntax OK Click to expand... Any ideas?
I have recently changed host and got this problem. I have the standard HTACCESS file and the host has installed mod_rewrite. root@derp [~]# /usr/local/apache/bin/httpd -D DUMP_MODULES | grep rewrite rewrite_module (static) Syntax OK Click to expand... Any ideas?
Jake Bunce Well-known member Aug 12, 2012 #2 1) Make sure mod_rewrite is enabled on the server. 2) Make sure AllowOverride is enabled on the server: http://httpd.apache.org/docs/2.0/mod/core.html#allowoverride If the problem persists then I can take a look if you give me FTP access. Upvote 0 Downvote
1) Make sure mod_rewrite is enabled on the server. 2) Make sure AllowOverride is enabled on the server: http://httpd.apache.org/docs/2.0/mod/core.html#allowoverride If the problem persists then I can take a look if you give me FTP access.