Quote:
Originally Posted by stma O.k. - maybe I am missing something - maybe it's htaccess related I don't know.
I've used winzip to unpack the .rar file - it's titled mollio-D. I've uploaded that folder to the template folder and edited config.php to make it the template.
It's there on my site - but it's adding a /pligg folder to all the urls (such as rss). If I edit the template to remove the /pligg it's fine.
Just need to know if I need to edit the template to remove the references to /pligg or if I'm just missing something. I don't have a pligg folder because i'm on a root install.
Thanks in advance guys. The template looks great so far. |
Not sure if this is relevent, but 1.3 config looks set up as subdomain as default.
Might wanna change that?
PHP Code:
// in this example, pligg is install in http://localhost/
define('my_base_url', 'http://localhost'); // the base url to your site.
define('my_pligg_base', '/pligg2'); // if installed in a subfolder. leave blank if installed in root.