Welcome Guest, Not a member yet? Register   Sign In
[solved]htaccess folder controller help
#1

[eluser]quasiperfect[/eluser]
hi

i need some help related to htaccess

let's say we have the controller myname and we have the folder myname
is there any method i can use to send some of the request to the controller instead of the folder ?

in my htaccess i have only

Code:
RewriteEngine On
RewriteBase /mycisite/
RewriteRule ^(application|system) - [F,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT,L]


Messages In This Thread
[solved]htaccess folder controller help - by El Forum - 01-20-2010, 12:09 PM
[solved]htaccess folder controller help - by El Forum - 01-20-2010, 04:59 PM
[solved]htaccess folder controller help - by El Forum - 01-21-2010, 12:58 AM
[solved]htaccess folder controller help - by El Forum - 01-21-2010, 01:19 AM
[solved]htaccess folder controller help - by El Forum - 01-21-2010, 01:49 AM
[solved]htaccess folder controller help - by El Forum - 01-21-2010, 01:58 AM
[solved]htaccess folder controller help - by El Forum - 01-21-2010, 03:02 AM
[solved]htaccess folder controller help - by El Forum - 01-21-2010, 03:17 AM
[solved]htaccess folder controller help - by El Forum - 01-21-2010, 03:28 AM
[solved]htaccess folder controller help - by El Forum - 01-21-2010, 12:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB