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.

Installing SilverStripe /

Getting SilverStripe up and running on your computer and on your web server.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Weirdness with .htaccess and page names


Go to End


3 Posts   1582 Views

Avatar
chrisio

Community Member, 9 Posts

12 November 2009 at 8:00am

Hi,
Im busy seting up the page structure and am doing well except when it comes to pages begining with the letter 'C' for some reason they always course a 404 from the host, If I rename the page to anything else for example 'course' to 'xourse' it will work fine apart from the wrong name displaying.

Anyone help?

Thanks
Chris

Avatar
yurigoul

Community Member, 203 Posts

12 November 2009 at 10:11pm

I tried renaming it in my local 2.3.3 and 2.4 install and both are ok. I can access a page named course or Course under both course and Course.

Nothing funky going on in your .htaccess ?

Avatar
chrisio

Community Member, 9 Posts

12 November 2009 at 10:28pm

Thanks for the pointer. I have just checked and there was 'RewriteCond %{REQUEST_URI} !(^\/cp*)' from when I was trying to stop it accessing my sub domain folders, Removing this line has solved the problems.

Thanks again
Chris