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.

Archive /

Our old forums are still available as a read-only archive.

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

db/build?flush=1 doesn't work


Go to End


2 Posts   1869 Views

Avatar
kusi

Community Member, 21 Posts

2 October 2008 at 11:13pm

Error

The website server has not been able to respond to your request.

when i'm typing db/build?flush=1

also admin page doesn't just Security/login propably something is wrong with mod_rewriting but what?

This is my .htaccess

### SILVERSTRIPE START ###
<IfModule mod_dir.c>
DirectorySlash Off
</IfModule>

RewriteEngine On
RewriteBase /ewaluacjanewone

RewriteCond %{REQUEST_URI} !(\.gif)|(\.jpg)|(\.png)|(\.css)|(\.js)|(\.php)$

RewriteCond %{REQUEST_URI} ^(.*)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L]
### SILVERSTRIPE END ###

Avatar
Blackdog

Community Member, 156 Posts

2 October 2008 at 11:51pm

Have you have it installed and running correctly before this problem occured?