Welcome Guest, Not a member yet? Register   Sign In
problem with .htaccess
#3

[eluser]Garrisonx[/eluser]
Nop it doesnt work
this is mi htaccess and im going to atach an image showin how mi folder is in www in mi appserv
and i correct mi htaccess but the folder it doesnt even apear in mi localhost

i try this way
Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(. *)$ ci_series/index.php/$1 [L]
and this way 2
Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(. *)$ /ci_series/index.php/$1 [L]


Messages In This Thread
problem with .htaccess - by El Forum - 04-28-2010, 12:37 PM
problem with .htaccess - by El Forum - 04-28-2010, 12:54 PM
problem with .htaccess - by El Forum - 04-29-2010, 10:09 PM
problem with .htaccess - by El Forum - 04-29-2010, 10:54 PM



Theme © iAndrew 2016 - Forum software by © MyBB