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

Going mad...


Go to End


15 Posts   27869 Views

Avatar
johndavenport

9 Posts

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 80

What do I comment out of the code? Not a PHP wizz like yourself :)

Avatar
johndavenport

9 Posts

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/2708

enter 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!

Avatar
Sigurd

Forum Moderator, 628 Posts

21 October 2007 at 4:42pm

:)

Avatar
nascent

6 Posts

23 October 2007 at 3:55am

Thanks to the above I've now got mine working too, using Xampp on Windows Vista.

cheers,
nascent

Avatar
Ric

1 Post

29 October 2007 at 9:12am

Test Platform:
Uniform Server 3.5-Apollo
Windows XP Home
silverstripe-v2.1.0

Test 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.1

At 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 FollowSymLinks

Without 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: password

Login --- No problems

Hope that helps

All the best
Ric

Avatar
karlim

Community Member, 8 Posts

14 October 2008 at 12:07am

Edited: 14/10/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

Avatar
Sigurd

Forum Moderator, 628 Posts

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.

Go to Top