[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Raq 4: .htaccess problem (Rewrite)
- Subject: [cobalt-users] Raq 4: .htaccess problem (Rewrite)
- From: "Micheal O Broin" <obroin@xxxxxxxxxx>
- Date: Thu Jan 25 08:02:03 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Greetings from the Emerald Isle! I have researched my problem in the
archives but have had no luck in solving a problem with .htaccess.
I wish to use a .htaccess to redirct users who type in www.thedomain.com to
www.otherdomain.com/~user/ .
The file involves the use of Rewrite but for some reason a script that works
on Raq 3 will not work on Raq 4!
RewriteEngine on
RewriteBase /
RewriteRule ^(.*)$ http://www.otherdomain.com/~user/$1 [P]
At first I was getting an internal server error, changed the access.conf
file as suggested in this forum, now am getting FILE NOT FOUND , which at
least is an improvement, but still does not resolve the problem.
Many thanks in anticipation,
Micheal