A
Ashley
Guest
I am trying to enable mod rewrite in apache.
This is what happens when you attempt to restart apache with that line uncommented.
I have commented it out and restarted for the moment. Anyone have any thoughts.
- Found the httpd.conf file
- Inside the httpd.conf file uncomment the line LoadModule rewrite_module modules/mod_rewrite.so
- Also found the line ClearModuleList is uncommented then find and make sure that the line AddModule mod_rewrite.c is not commented out.
This is what happens when you attempt to restart apache with that line uncommented.
PHP:
Syntax error on line 5 of /etc/apache2/httpd.conf:
Cannot load /usr/lib/apache2/modules/mod_placeholder.so into server: /usr/lib/apache2/modules/mod_placeholder.so: cannot open shared object file:
I have commented it out and restarted for the moment. Anyone have any thoughts.
Last edited by a moderator: