Welcome Guest, Not a member yet? Register   Sign In
[SOLVED]clean urls and htaccess problem - host is useless
#7

[eluser]CroNiX[/eluser]
Just recommending what's in the new user guide and what's always worked for me. More often than not people aren't trying to exclude things (or they wouldn't have their application/system dirs in their public dirs in the first place) and those other rules only complicate and/or break things for them. If course, if they understand apache/htaccess they already know how to do what you are saying and wouldn't be asking the simple questions here.

https://github.com/EllisLab/CodeIgniter/...l/urls.rst
Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]


Messages In This Thread
[SOLVED]clean urls and htaccess problem - host is useless - by El Forum - 03-29-2013, 03:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB