17488 Posts in 4473 Topics by 1978 members
| Go to End | ||
| Author | Topic: | 25486 Views |
-
Re: Going mad...

20 October 2007 at 9:18am
sorry to be such a pain...
I also get this:
Forbidden
You don't have permission to access /www/cms/rewritetest.php on this server.
Apache/2.0.59 (Win32) DAV/2 PHP/5.2.3 Server at localhost Port 80What do I comment out of the code? Not a PHP wizz like yourself
-
Re: Going mad...

21 October 2007 at 8:12am
YES!!!!! Got it to work with Uniform server!! Woo hoo... Finally!
Thanks guys for the help, heres how to get SS working with uniform:
open install.php and comment out the folder permissions, also change write permissions to rewritetest.php to "false" then in Tim Pascals post
http://www.silverstripe.com/general-discussion/flat/2708enter this in the .htaccess file
### SILVERSTRIPE START ###
Options +FollowSymLinks
RewriteEngine On
And you should get it to work, if you dont use uniform server this trick will work with any Windows system, if you have any questions then just ask...
Thanks allot guys and keep up the good work!
-
Re: Going mad...

23 October 2007 at 3:55am
Thanks to the above I've now got mine working too, using Xampp on Windows Vista.
cheers,
nascent -
Re: Going mad...

29 October 2007 at 9:12am
Test Platform:
Uniform Server 3.5-Apollo
Windows XP Home
silverstripe-v2.1.0Test results and problem area
1) http://localhost/ss/install.php
MySQL server: localhost {corectely detected}
MySQL username:root {corectely detected}
MySQL password: root {default password manually add this}Warnings (Hence not a problem these files are writable on Windows XP Home):
Is the .htaccess file writeable? Unable to detect whether I can write to files. Please ensure W:/www/ss/.htaccess is writable.
Is the mysite/ folder writeable? Unable to detect whether I can write to files. Please ensure W:/www/ss/mysite is writable.
Is the tutorial/ folder writeable? Unable to detect whether I can write to files. Please ensure W:/www/ss/tutorial is writable.
Is the assets/ folder writeable? Unable to detect whether I can write to files. Please ensure W:/www/ss/assets is writable.Development servers: {corectely detected}
localhost
127.0.0.1At this stage .htaccess not written to.
2) Click Install: I am nowrunning through ... will take about 30sec
On completion this error message is produced:
Forbidden
You don't have permission to access /ss/rewritetest.php on this server.Note 1: phpMyAdmin ss_mysite contains 52 tables --- Hence working
Note 2: .htaccess has been written to:
### SILVERSTRIPE START ###
RewriteEngine On
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 ###This file is incomplete it should look like this:
### SILVERSTRIPE START ###
RewriteEngine On
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 ###
Options FollowSymLinksWithout Options FollowSymLinks Apache gives up. Log file:
Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden:3) Well thats the problem added the line and refreshed the page:
A quick message displayed stating mod_rewrite is working followed by Installation Successful.
Clicked the Delete Install files link --- OK
You can start editing your site's content by opening the CMS.
Email: admin
Password: passwordLogin --- No problems
Hope that helps
All the best
Ric -
Re: Going mad...

14 October 2008 at 12:07am Last edited: 14 October 2008 12:13am
i am going mad 2
can't install
myweb is http://web8101175.web130.host-diy.net/
and the mysql user is:lanry
database is:sqllanry
what is the mater?
who can tell me -
Re: Going mad...

14 October 2008 at 12:05pm
Karlim, please post your webserver software. Is it apache? It seems like you might want to contact your hosting company to ask about their support of our software.
| 25486 Views | ||
| Go to Top |




