alexv55
02-03-2011, 11:35 PM
Hello everyone,
I have been at it for two days and read apache doc, threads here and many postings . I am on a shared host and don't have access to server log/error files.
All I am trying to do is to execute test.php when someone types www.mydomain.com/wm
I have simple .htaccess setup in wm. wm is under public_html
RewriteEngine On
RewriteRule ^wm(/)?$ test.php [NC,L]
I get internal server error. What am I doing wrong.Any insight would be greatly appreciated.
Thanks.
Alex
I have been at it for two days and read apache doc, threads here and many postings . I am on a shared host and don't have access to server log/error files.
All I am trying to do is to execute test.php when someone types www.mydomain.com/wm
I have simple .htaccess setup in wm. wm is under public_html
RewriteEngine On
RewriteRule ^wm(/)?$ test.php [NC,L]
I get internal server error. What am I doing wrong.Any insight would be greatly appreciated.
Thanks.
Alex