Welcome Guest, Not a member yet? Register   Sign In
Please help on my .htaccess
#1

[eluser]LNS[/eluser]
Hi,

I cann't setup .htaccess file working with CI. Please help me! Thanks!
This is my .htaccess file
Code:
Options -Indexes
Options +FollowSymLinks
DirectoryIndex index.php

RewriteEngine on
RewriteBase /ebookfull/source/
RewriteCond $1 !^(index\.php|website|templates|download|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

And there are results:
http://localhost/ebookfull/source/ [OK]
http://localhost/ebookfull/source/index.php/view/detail/339.html [OK]
http://localhost/ebookfull/source/view/detail/339.html [Error: No input file specified.]


Messages In This Thread
Please help on my .htaccess - by El Forum - 07-15-2008, 09:34 PM
Please help on my .htaccess - by El Forum - 07-17-2008, 08:05 AM
Please help on my .htaccess - by El Forum - 07-17-2008, 09:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB