21295 Posts in 5734 Topics by 2602 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 603 Views |
-
published site still asking for security login

16 December 2009 at 6:16am Last edited: 16 December 2009 6:23am
Hi
I have just finished to design a website :
I have saved and published all the web pages but when I type the URL it is still asking me for the login on home page, alle the rest of pages is working fine
for example : http://www.delair.fr/nouveaupage-14 is public
Any idea ?
Here is my HTacess file
Thanks
### SILVERSTRIPE START ###
<Files *.ss>
Order deny,allow
Deny from all
Allow from 127.0.0.1
</Files><IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /RewriteCond %{REQUEST_URI} !(\.gif$)|(\.jpg$)|(\.png$)|(\.css$)|(\.js$)
RewriteCond %{REQUEST_URI} ^(.*)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L]
</IfModule>
### SILVERSTRIPE END ### -
Re: published site still asking for security login

16 December 2009 at 8:58am
Have you checked the homepages access tab to make sure this hasn't been set to members only?
| 603 Views | ||
|
Page:
1
|
Go to Top |


