4621 Posts in 1397 Topics by 1392 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1153 Views |
-
Another .htaccess problem

30 January 2009 at 11:27am
I am trying to install SS to LAMP server all the requirements checks OK .htaccess w/r requirements are OK as well. When I hit the install button I get the following.
Installing SilverStripe...
I am now running through the installation steps (this should take about 30 seconds)
If you receive a fatal error, refresh this page to continue the installation
# Creating 'mysite/_config.php'...
# Creating /usr/hosts/domains/herekezeki/www.herekezeki.com/httpdocs/mysite/_config.php
# Creating '.htaccess' file...
# Creating /usr/hosts/domains/herekezeki/www.herekezeki.com/httpdocs/.htaccess
# Building database schema...and it stalls.
When I reload the page or any other page I get 500 Internal Server Error.
My .htaccess file after the trial 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 ###when I remove the .htaccess it goes to install page again with "User 'herekezeki' needs to be able to write to this file:
/usr/hosts/domains/herekezeki/www.herekezeki.com/httpdocs/.htaccess" warning, naturally.What is wrong. I couldn't figured it out. Any help is greatly appriciated.
-
Re: Another .htaccess problem

30 January 2009 at 12:03pm
500 Internal Server Error - have you looked in the server logs? (usually in /var/logs/ or if you have cpanel they have a section for them) they might provide a clue as to the problem
-
Re: Another .htaccess problem

30 January 2009 at 9:27pm Last edited: 30 January 2009 9:30pm
I am on a rented web hosting space and have no way to check the logs. Support says its a .htaccess problem.
-
Re: Another .htaccess problem

31 January 2009 at 11:28pm Last edited: 1 February 2009 12:54am
This is not going to work.
| 1153 Views | ||
|
Page:
1
|
Go to Top |


