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

problem getting mod_rewrite to work


Go to End


2 Posts   2255 Views

Avatar
Tkop

28 Posts

12 July 2007 at 7:40am

I'm trying to install v2.0.2 (from the download page)
onto a local server.
When I install I get the msg "mod_rewrite doesn't
appear to working. ..."

my httpd.conf file has a loadModule .../mod_rewrite.so
at the bottom I added:
<Directory /var/www/html/ss2>
AllowOverride All
</Directory>

This is the first time I've tried using mod_rewrite
so I'm sure that it is something in the configuration
but don't know what?

I'm running apache 2.2.3 on Linux 2.6.18.-8.1.8.el5

Thanks for any response.

Avatar
Tkop

28 Posts

13 July 2007 at 4:06am

Problem resolved - It was an install problem
see "SilverStripe Development" forum
"problem installing silverstripe-v2.0.2-rc2"

The install script did not handle php warnings.