0

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.

mesnicka
  • 2,458
  • 8
  • 23
  • 31

1 Answers1

0

Try this in your apache conf:

RewriteEngine On
RewriteRule /$ http://domain.com/abc [QSA,L,P]
Jake Feasel
  • 16,785
  • 5
  • 53
  • 66