Struggling with my installation
I have created a new folder in my localhost web root and inside that placed fuelcms folder called fuel so that I have this
appering as the link on the bottom of your welcome page but when I click that link I get a 404 error with object not found?
I have altered my .htaccess file to point the Rewritebase like this: RewriteBase /fuel/
The first line of My_fule.php looks like this:
$config['fuel_path'] = 'fuel/';
My mod-rewrite on my XAMP install of apache is working just fine with all other sites so I don't suspect a problem in that area.
I have tried a couple of other things that didn't make any difference so obviously I am missing something very fundamental here and wondered if anyone could help me out please?
Comments
Maybe it is something to do with the XAMP installation on my windows 7 box?
Any thoughts?