Quote:
|
Originally Posted by nexcom28
Bah!! this doesn't work either, I get the same message as above. Guess i'm just going to have to leave it.
I'm proberbly doing something wrong, just don't know what..
|
I'd suggest checking with your host to make sure you're able to redirect with htaccess files. Second, try using full server paths, like
Code:
RewriteEngine on
RewriteRule ^(.*)$ /usr/home/html/domain.com/index.html [R,L]
and check
http://httpd.apache.org/docs/2.0/misc/rewriteguide.html
good luck!