i need to rewrite my homepage.
in navigation bar i want to see http://domain.com/ which is created from real page http://domain.com/abc
Thank you.
i need to rewrite my homepage.
in navigation bar i want to see http://domain.com/ which is created from real page http://domain.com/abc
Thank you.
Try this in your apache conf:
RewriteEngine On
RewriteRule /$ http://domain.com/abc [QSA,L,P]