Welcome Guest, Not a member yet? Register   Sign In
User Guide (CodeIgniter URLs)
#1

[eluser]Unknown[/eluser]
I think that the following description is wrong.

(http://ellislab.com/codeigniter/user-gui.../urls.html)
(Removing the index.php file)
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

I think that it is not necessary to put a slash before "index.php".
Code:
RewriteRule ^(.*)$ index.php/$1 [L]

And I think "User Guide" should be added like following.
Quote:You must set "$config['index_page']" to blank in "application/config/config.php" if you are using mod_rewrite.




Theme © iAndrew 2016 - Forum software by © MyBB