Hi
Previously I made a post about documenting a process for creating SEF url's for slave sites in earlier versions of Joomla, (shown below)
-------------------------------------------------------------------------------
The correct way I found involved a few steps which now resolves all paths too
domain/page.html as it should be.
1. Set all settings in global config
2. copy master path url from the config_multisites.php and add the extension for the slave site into the rewriteBase path of your htaccess file.
(making sure the rewriteBase command is not commented out.
3. In the slave sites config file first change permissions to enable write access
4. open the slave site config file and add the url only for the slave site domain in the variable here "var $live_site = '
www.yourdomain.co.uk/';"
5. Change the permissions back on the slave sites config to remove write access.
This should now resolve all url issues, it takes about a minute to do and works, I have tested this on several of our domains now managed through JMS now.
The only problem is with the master site as it the the site thats hosted. The url reads mydomain/joomla/index.htm.
I have found a work around for this but thats another topic lol. I hope this is helpful to others. I knew it would be a simple solution but it wasn't half a pain.
---------------------------------------------------------------------------------
I tried this approach with Joomla 3 and JMS 1.3 and it locked me out of the admin area. I could login but not select any menu options so I was wondering if the procedure changed for the newer version.
I have not seen any updates in tutorial videos or documentation, please advise.
regards Nick