Hi SO,
I have joomla site which is located in mydomain.com/somefolder/otherfolder/TheSite
. I have created a rewrite rule to invisibly redirect all requests beginning with mydomain.com/TheSite
to this url. It works fine.
My problem is that the urls that my menuitems point to are the old mydomain/somefolder/otherfolder/TheSite/stuff
. If they were relative urls, it would work.
My question: How can I force joomla to use relative urls for the menuitems, or use the urls I explicitly specify?
Thanks in advance