I have been using a version of server2go that uses apache 1.3.
My deployment environment is apache 2.2, so I downloaded the
appropriate server2go package.
Now everything that deals with mod_rewrite is broken.
After verifying that everything works on the server2go apache 1.3, I
checked the server2go with apache 2.2, and the phpinfo() did not have
mod_rewrite listed in the loaded modules section. So I uncommented the
line in my httpd.conf file that says:
LoadModule rewrite_module modules/mod_rewrite.so
I restarted the server, and now mod_rewrite does show up in the
"loaded modules" section, but the mod_rewrite stuff still does not
work.
What am I missing? What is the right way to go about enabling
mod_rewrite so that I can use an .htaccess file to define a
RewriteRule?