Pretty URLs yet again - again....

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
gfroyle

Pretty URLs yet again - again....

Post by gfroyle »

Hi,

I too am having problems with pretty URLs and despite having read the other thread(s) on this topic, am getting no further...

I set everything up as described in the FAQ but when I try to navigate anywhere (by clicking or by typing in a pretty URL) I get an error message about "Internal Server Error".

When I check the web server's error log, I see the following message

[Sun Aug 06 20:54:39 2006] [alert] [client 130.95.128.51] /home/www/DOCS/people/gordon/cmsmadesimple-0.13/.htaccess: Options not allowed here, referer: http://www.csse.uwa.edu.au/~gordon/cmsm ... x.php/home

Is this a problem with the server configuration disallowing Options?  I am on  a shared multi-user system. so will I need to convince a wary sysadmin to turn something on for me?

Thanks

gordon
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: Pretty URLs yet again - again....

Post by tsw »

in your .htaccess file you are trying to change some options which isnt allowed..

look for lines starting "option +" and put # in front of them (it will comment those lines out)
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am

Re: Pretty URLs yet again - again....

Post by Elijah Lofgren »

You may want to try using the example .htaccess file on this page: http://wiki.cmsmadesimple.org/index.php ... retty_URLs

Except you will probably want to remove this line from the .htaccess file since your hosting company doesn't seem to allow it:

Code: Select all

Options +FollowSymLinks
Hope this helps,

Elijah
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
Locked

Return to “CMSMS Core”