4621 Posts in 1397 Topics by 1392 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1313 Views |
-
can't access admin page after install - htaccess?

16 March 2010 at 6:47pm
Hi,
the link to the SS (latest version) admin page doesnt work. During install i get prompt saying unsure if mod rewrite is enabled. It is in htaccess?htaccess##
### SILVERSTRIPE START ###
<Files *.ss>
Order deny,allow
Deny from all
Allow from 127.0.0.1
</Files><IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /cms-auto/silverstripeRewriteCond %{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 ###Any ideas guys? Thanks
-
Re: can't access admin page after install - htaccess?

18 March 2010 at 12:26pm
Could you check your server has mod_rewrite enabled? Also what server setup are you using, and is it a shared host?
-
Re: can't access admin page after install - htaccess?

18 March 2010 at 9:04pm
Hi,
I am with Godaddy and was able to install it thru the applications section in the control panel perfectly. Uploading it via ftp seemed to cause problems for me though. mod_rewrite doesnt apppear enabled in phpinfo but godaddy say it is enabled. Its a shared host.
Anyway its working now.
Thanks
| 1313 Views | ||
|
Page:
1
|
Go to Top |


