Forum Moderators: phranque

Message Too Old, No Replies

htaccess not being processed ?

         

teamer

5:28 pm on Jul 23, 2010 (gmt 0)

10+ Year Member



Hi All ,

am having test.domain.com as a virtual server with root document /public_html/test/
so it can be accessed from test.domain.com and domain.com/test

i have mod_rewrite installed and on , but i can't get .htaccess file to work (or even being processed) in the /test directory !

thats strange ? any ideas how to make it work ?
thanks :)

jdMorgan

6:09 pm on Jul 23, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



See the AllowOverride and Options directives in Apache core documentation.

Test with a single very-simple rule, like

RewriteRule ^my-test-url\.html$ http://www.google.com/ [R=302,L]

to get it working.
Jim