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

Silverstripe without mod_rewrite


Go to End


3 Posts   2968 Views

Avatar
ZM

Community Member, 4 Posts

17 November 2009 at 8:51am

my provider do not allow the mod_rewrite.
can i use Silverstripe without mod_rewrite??
How can i login to the back end?

for the first test it looks good, but i can't login:
These page gives me a 404:
/admin/

I can view this page:
/security/login
but when I login, I get a green box above the login saing:
"You're logged in as ."

thank for you're help.
bye
ZM

Avatar
Hamish

Community Member, 712 Posts

17 November 2009 at 11:02am

Yes, SilverStripe works without mod_rewrite. Instead of urls like "mysite.com/home/" you use urls like "mysite.com/index.php/home".

Try entering your CMS via:

"index.php/admin".

Avatar
ZM

Community Member, 4 Posts

17 November 2009 at 9:25pm

hi,
thank you for you're help.
Now it works, but only after a db/build and a flush.

bye

ZM