4579 Posts in 1388 Topics by 1378 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 277 Views |
-
mod rewrite absolutely necessary?

2 November 2011 at 1:14am
hello,
I've searched but havn't really found a cleancut answer so sorry if it seems obvious but my question is simple.
Is it possible to use SilverStripe without url rewriting?(for those who wonder why, it is because I would like to be able to setup a website on a free hosting server, which unfortunately does not allow url rewriting)
-
Re: mod rewrite absolutely necessary?

2 November 2011 at 3:34am
Hi gum,
you can run silverstripe without mod_rewrite - it doesn't look as clean though. What happens is that you use the index.php all the time. So...
http://www.yourdomain.com/mypagename
becomes...
http://www.yourdomain.com/index.php/mypagename
where the index.php "fake" mod_rewirte for you.
| 277 Views | ||
|
Page:
1
|
Go to Top |


