Forum Moderators: phranque

Message Too Old, No Replies

simple user redirection - help

simple user redirection - help

         

testy

11:37 am on Jan 9, 2006 (gmt 0)

10+ Year Member



Please help me out of this issue..

I am creating a page where user can view their page as

[examplesitename.com...]

I want the page to be fetched from

[examplesitename.com...]

So I used

RewriteRule ^/user/(.*) [examplesitename.com...]

Am I doing any mistake.......

coopster

5:32 pm on Jan 9, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Is the rule in your httpd.conf file, or in an per-directory override (.htaccess) file? The path pattern that you try to match is the difference. In httpd.conf, you need to match the absolute path from root whereas in an .htaccess file you merely want to match the path from where the .htaccess file exists.