4571 Posts in 1384 Topics by 1376 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1737 Views |
-
Running ~/db/build on web server

24 February 2009 at 8:26am Last edited: 24 February 2009 8:26am
Hi,
I would like to rebuild the database on the web server. http://www.mywebsite.ch/mydatabasename/build?flush=1 doesn't work.
Any recommandation? Thanks!In case it helps, the content of my .htaccess file is:
### SILVERSTRIPE START ###
<IfModule mod_dir.c>
DirectorySlash Off
</IfModule>RewriteEngine On
RewriteBase /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 ### -
Re: Running ~/db/build on web server

24 February 2009 at 9:13am
No you actually just run /db/build/ you dont need to enter your database name eg - http://www.site.com/db/build?flush=1
| 1737 Views | ||
|
Page:
1
|
Go to Top |


