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

[eluser]MrBaseball34[/eluser]
Can you explain what is going on here?

I put the files for your function search sample program in a directory named
ci_sample off my webroot. But when I go to http://localhost/ci_sample, I get a

Code:
Internal Server Error:

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, admin@ci_sample.net and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Here is the .htaccess, I am thinking this is the problem because if I rename it, the app works.

Code:
RewriteEngine on
RewriteRule ^$ /index.php [L]
RewriteCond $1 !^(index\.php|img|css|js|video_files|robots\.txt|favicon\.ico)
RewriteRule ^(.*)$ /index.php/$1 [L]


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