Welcome Guest, Not a member yet? Register   Sign In
Attn: Derek Allard - CI Sample .htaccess
#16

[eluser]Bramme[/eluser]
[quote author="inparo" date="1203738216"]@Rick: Right, but since it just says "any character as often as you want" it seems confusing to go the extra step.

Another one to try would be
Code:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /ci_sample/index.php/$1 [L]

Which basically says - if it doesn't exist, go to index.php[/quote]
Digging this topic back up. I suggest this .htaccess should replace the current one in the user guide. Because that one messed up my css. calls to /css/styles.css got directed to index.php, resulting in a 404 error, so no stylesheet. Also this way, if it doesn't exist, and it's not a controller or function in your CI app, you get a 404 anyway.


Messages In This Thread
Attn: Derek Allard - CI Sample .htaccess - by El Forum - 02-22-2008, 03:15 PM
Attn: Derek Allard - CI Sample .htaccess - by El Forum - 02-22-2008, 03:26 PM
Attn: Derek Allard - CI Sample .htaccess - by El Forum - 02-22-2008, 03:32 PM
Attn: Derek Allard - CI Sample .htaccess - by El Forum - 02-22-2008, 03:39 PM
Attn: Derek Allard - CI Sample .htaccess - by El Forum - 02-22-2008, 03:42 PM
Attn: Derek Allard - CI Sample .htaccess - by El Forum - 02-22-2008, 03:43 PM
Attn: Derek Allard - CI Sample .htaccess - by El Forum - 02-22-2008, 04:04 PM
Attn: Derek Allard - CI Sample .htaccess - by El Forum - 02-22-2008, 04:06 PM
Attn: Derek Allard - CI Sample .htaccess - by El Forum - 02-22-2008, 04:08 PM
Attn: Derek Allard - CI Sample .htaccess - by El Forum - 02-22-2008, 04:56 PM
Attn: Derek Allard - CI Sample .htaccess - by El Forum - 03-30-2008, 12:22 PM
Attn: Derek Allard - CI Sample .htaccess - by El Forum - 03-30-2008, 12:32 PM
Attn: Derek Allard - CI Sample .htaccess - by El Forum - 03-31-2008, 04:47 AM
Attn: Derek Allard - CI Sample .htaccess - by El Forum - 03-31-2008, 04:58 AM
Attn: Derek Allard - CI Sample .htaccess - by El Forum - 03-31-2008, 07:38 AM
Attn: Derek Allard - CI Sample .htaccess - by El Forum - 05-30-2008, 02:36 PM
Attn: Derek Allard - CI Sample .htaccess - by El Forum - 05-30-2008, 05:23 PM
Attn: Derek Allard - CI Sample .htaccess - by El Forum - 05-31-2008, 02:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB