Welcome Guest, Not a member yet? Register   Sign In
Access to IPB folder
#3

[eluser]CroNiX[/eluser]
Use an htaccess that ignores real files/directories.
Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
If the request is not an existing (f)ile
And
If the request is not an existing (d)irectory
Process the request with CI's index.php, else process (the existing file/directory) normally


Messages In This Thread
Access to IPB folder - by El Forum - 03-04-2012, 12:01 PM
Access to IPB folder - by El Forum - 03-04-2012, 12:06 PM
Access to IPB folder - by El Forum - 03-04-2012, 12:18 PM
Access to IPB folder - by El Forum - 03-04-2012, 02:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB