gsxr1000au Posted December 13, 2011 Share Posted December 13, 2011 Not sure what is causing this but after a fresh install (actually 3 tries, 2 with 1.4.6.2 and lastly with 1.5.0.1) which install ok. Then when attempting to load the front and back office i get the site index... fluidelectrical.com.au/shop/ Please help....... Link to comment Share on other sites More sharing options...
gsxr1000au Posted December 13, 2011 Author Share Posted December 13, 2011 I have found that on the admin index if i click index.php it takes me to the back office. Just not sure why it doest load straight up. Front office not working at all Link to comment Share on other sites More sharing options...
Carl Favre Posted December 13, 2011 Share Posted December 13, 2011 Hi gsxr1000au, Well if you click on index.php you have the front office but it is strange that it lists your files instead of displaying index.php by default. Can you copy/paste your htaccess file ? Link to comment Share on other sites More sharing options...
El Patron Posted December 13, 2011 Share Posted December 13, 2011 http://www.fluidelec.../shop/index.php shows your site. until (see below) you will need to put index.php at the end of your url...back office also... Your httpd.conf (talk to your hosting provider if you don't know how to access) should contain the following: # # DirectoryIndex: sets the file that Apache will serve if a directory # is requested. # <IfModule dir_module> DirectoryIndex index.php DirectoryIndex index.html </IfModule> Link to comment Share on other sites More sharing options...
gsxr1000au Posted December 13, 2011 Author Share Posted December 13, 2011 Hi Carl The fluidelectrical.com.au htaccess file and it is completely blank.. The public_html htaccess contains the following: (what should it contain?) <FILES "*.html"> ForceType 'text/html; charset=UTF-8' </FILES> DirectoryIndex index.html AuthUserFile /home/fluidele/public_html//.htpasswd AuthGroupFile /home/fluidele/public_html//.htgroup AuthName "Protected Area" AuthType Basic <FILES .htpasswd> deny from all </FILES> <FILES .htgroup> deny from all </FILES> <FILES "email.html"> allow from ALL allow from 127.0.0.1 deny from all </FILES> Also when i click on index.php on the front office nothing changes... Link to comment Share on other sites More sharing options...
PrestaNoob Posted December 14, 2011 Share Posted December 14, 2011 For temporary try to add this on your /shop .htaccess DirectoryIndex index.php After you try above code and the problem is solved then do what elpatron suggest 1 Link to comment Share on other sites More sharing options...
gsxr1000au Posted December 14, 2011 Author Share Posted December 14, 2011 Thanks Noob.. That done the trick.. What benefit is there in also getting elpatron's changes made? I have to contact my hosting provider as i dont think i can do it myself Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now