I was having some trouble with templates (the visual design, not the multisite 'template') and when I had sh404SEF, it would not be able to find the correct path to the templates folder.
So here is what I did to fix make it work.
In my templates, for any paths I put
Code: |
<?php echo JURI::base(); ?>
|
to get the base URL and then follow with the path. I haven't noticed any other problems as of yet with sh404SEF, but someone else mentioned it caused some issues. So if you add this in your paths in your index.php file of the template, it seems to function.