Welcome Guest, Not a member yet? Register   Sign In
User Guide: Maybe a typo regarding "Removing index.php file"?
#1

[eluser]caole261188[/eluser]
Hi, I've just discovered a potential typo here in this file: user_guide/general/urls.html
this line:
RewriteRule ^(.*)$ /index.php/$1 [L]
should be
RewriteRule ^(.*)$ index.php/$1 [L] (without the slash before index.php

Or may be the original version doesn't work for just me Smile
#2

[eluser]Pascal Kriete[/eluser]
The original assumes that you installed it to the root directory. So the third alternative would be /folder(s)/index.php/$1.
#3

[eluser]caole261188[/eluser]
Now I understood it. Thanks for your explanation Smile




Theme © iAndrew 2016 - Forum software by © MyBB