Hi,
Can you please help me with this RewriteRule. I am trying to
all users of my website to type in:
and have it re-written to:
The slight complication is that /img, /css and /menu have to
work as of course does /servMainSite. At the moment I am getting an infinite
loop with the following:
# RewriteRule
!^/(servMainSite.*|img.*|css.*|menu.*)/ /servMainSite?inner=$1
[R,L]
Hope you can help.
Andoni. |