Hi all,
I installed JoomSEF and all is working ok.
However, there's one problem which seems to be impossible to fix: the address of the URL.
I have the following Frame Forward:
- FROM:
www.roelmonster.nl
- TO:
www.groenewilg.nl/rms
Now, the Frame Forward works, the correct address (roelmonster) is shown in the address bar.
But, the Joomla URLs show groenewilg again !
For example:
www.groenewilg.nl/rms/schilderijen/laatste-werk
This should be:
www.roelmonster.nl/rms/schilderijen/laatste-werk
Please note I don't care about the www and the /rms because I can fix that if I want.
It's all about the address ***before*** the /directory/path/to/items
Also I have tried to change the $live_site in the configuration.php without luck (to prevent this site from interpretation of URLs I've added an extra p to http so the text remains as it is, of course in the file this p is not there, it's not a spelling mistake)
-1- var $live_site = 'httpp://
www.groenewilg.nl/rms';
===> all is ok.
-2- var $live_site = 'httpp://
www.roelmonster.nl';
===> all style is gone, errors 404 all over the place.
-3- var $live_site = 'httpp://
www.roelmonster.nl/';
===> same as -2-
It would also be a help if anyone could tell me this problem can never be fixed !