Forum Moderators: phranque

Message Too Old, No Replies

mod_rewrite on preview server

mod_rewrite document_root

         

olaf

6:04 pm on Sep 27, 2004 (gmt 0)

10+ Year Member



Hallo,

I have to test my webpage before moving the domain to the new location. My problem is that the most of my links are related to the document_root and the website doesn't work

i want to rewrite the document_root like

RewriteEngine on
RewriteBase /
RewriteRule /domain.com/ / [QSA]

the rule must add /domain.com in front of the ip-address.

Is something like possible?