Welcome Guest, Not a member yet? Register   Sign In
index.php
#1

[eluser]minagabriel[/eluser]
can any body tell me more about how to remove the index.php

i don't know what exactly to do with this

RewriteEngine on
RewriteCond $1 !^(index\.php|images|captcha|css|js|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]
#2

[eluser]Robbkore[/eluser]
In your config file change the index_page variable from "index.php" to ""

The code in your post should be written to a text file.
Upload that file to the root of your CI project (where the main index.php file and the system and application folders are) and name it ".htaccess" (no quotes of course).

Go to your projects root file and the project should be accessible without index.php in the url, when you go to different pages it should not be www.url.com/index.php/controller but www.url.com/controller

Hope that helps
#3

[eluser]minagabriel[/eluser]
thnx robbkore it was very helpful




Theme © iAndrew 2016 - Forum software by © MyBB