I am using php 4.3.4, apache 1.3.31, and mysql 4.0.18. I am using these settings in order to mirror a hosted server.
anyway, I have mod_rewrite enabled (I have correctly un-commented the appropriate two lines in the conf file)
I have simply copied the .htaccess file from our server to translate the standard url into a dynamic url... but apache does not even seem to use the .htaccess file at all... I just get a 404 error saying my standard url cannot be found...
it was never even translated. Any other suggestions or ideas as to why my .htaccess file is either not being read or is not working?