Welcome Guest, Not a member yet? Register   Sign In
Front-end, Back-end and htaccess
#6

[eluser]missionsix[/eluser]
I think you need something like this:

.htaccess:
Code:
RewriteEngine On
RewriteRule ^admin/(.*)$ admin.php?$1 [nc,QSA]
RewriteCond $1 !^(index\.php|images|javascript|css|admin)
RewriteRule ^(.*)$ index.php/$1 [L,QSA]


Messages In This Thread
Front-end, Back-end and htaccess - by El Forum - 08-08-2008, 11:58 AM
Front-end, Back-end and htaccess - by El Forum - 08-08-2008, 01:07 PM
Front-end, Back-end and htaccess - by El Forum - 08-08-2008, 01:29 PM
Front-end, Back-end and htaccess - by El Forum - 08-08-2008, 01:42 PM
Front-end, Back-end and htaccess - by El Forum - 08-08-2008, 01:50 PM
Front-end, Back-end and htaccess - by El Forum - 08-08-2008, 03:46 PM
Front-end, Back-end and htaccess - by El Forum - 08-08-2008, 04:31 PM
Front-end, Back-end and htaccess - by El Forum - 08-08-2008, 05:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB