Hey All,
I am running a Fedora Core 3 server, with Apache/2.0.53 and PHP/
4.3.11, with each user having their own folder under the server (ie '/
home/userOne/public_html' = 'server.com/~userOne')
I am trying to get the mod_rewrite module to work for me.
I have created two files in a test directory - 'test.html' and
'test.php' (as per the tutorial ay
http://www.sitepoint.com/article/apache-mod_rewrite-examples),
and I have created the htaccess file as explained there too (in the
first exercise "The Magic of mod_rewrite")
I have confirmed that mod_rewrite is an active module within Apache.
Access to 'test.php' directly works fine, but access to 'test.html'
returns a 404 error with the following message:
"The requested URL /home/userOne/public_html/rewrite/test.php was not
found on this server."
Has anyone seen this before? What am I doing wrong?
Thanks, in advance,
Luke