Welcome Guest, Not a member yet? Register   Sign In
.HTACCESS Configuration
#2

[eluser]xwero[/eluser]
.htaccess from the user guide
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]
Add to the second rule backend and you are set.

Take a look at CodeExtinguisher for your fast creating of an administration section


Messages In This Thread
.HTACCESS Configuration - by El Forum - 02-13-2008, 03:51 AM
.HTACCESS Configuration - by El Forum - 02-13-2008, 04:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB