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.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

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

What happened with the nice nested url's in 2.4.2 and 2.4.3?


Go to End


3 Posts   1040 Views

Avatar
Thomashv

Community Member, 35 Posts

24 November 2010 at 2:12am

I have ugraded to SS 2.4.2 and after that to 2.4.3. Both versions require the index.php file in the nested url's. This doesn't look as nice as it used to and it prevent sharethis module from working properly. Can't find anything about this changes in the change log. Is there any addition to the configuration I may set up to prevent this?

Thanks in advance!

Avatar
Willr

Forum Moderator, 5523 Posts

24 November 2010 at 5:43pm

It only requires the index.php file if mod_rewrite is not enabled (or setup correctly). If mod_rewrite is working fine then you should be able to get rid of the index.php file.

Avatar
Thomashv

Community Member, 35 Posts

6 January 2011 at 4:11am

Thanks for your answer Willr!
The htaccess file was blank. I fixed it by copying the content of a htaccess file from a working SS installation to this installation. But how could this happen? I was supriesed that I did not get the warnings I used to do in the insatllationprocess earlier. Like for example the htaccess-file does not have write permission. So maybe the installer wasn't able to write this the file...?