I just got v2 and I'm trying to get my localhost version of the site to obey a new site_root
variable but I can't quite get it to work. Running MAMP for this.
mod_rewrite
is on, and in .htaccess
I have:
RewriteEngine On
RewriteBase /folder/
Also tried changing $site_root = "/folder/";
in the index.php
in the root folder. Neither method is making the site think that the root is a folder under localhost, all references point to /localhost/
instead of /localhost/folder/
.
I'm missing something, aren't I?