Forum Moderators: phranque
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?