Jump to content

HELP! Shop front is showing site index.. No store front..


Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...