Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

published site still asking for security login


Go to End


2 Posts   1033 Views

Avatar
servalman

Community Member, 211 Posts

16 December 2009 at 6:16am

Edited: 16/12/2009 6:23am

Hi

I have just finished to design a website :

http://www.delair.fr

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 ###

Avatar
Willr

Forum Moderator, 5523 Posts

16 December 2009 at 8:58am

Have you checked the homepages access tab to make sure this hasn't been set to members only?