Welcome Guest, Not a member yet? Register   Sign In
How to remove index.php from URL
#6

[eluser]justjiten[/eluser]
It works for me, what I did is Ichange the location of the .htaccess file, earlier my file structure was
Code:
/ci
  /application
   /.htaccess
  /system
  /index.php

after that I changed my file structure to
Code:
/ci
  /application
  /system
  /index.php
  /.htaccess

I put the .htaccess file at the same place where index.php is present

and my .htaccess file is like
Code:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT,L]


Now it solves my problem. Thanx for your help.


Messages In This Thread
How to remove index.php from URL - by El Forum - 07-19-2012, 10:56 PM
How to remove index.php from URL - by El Forum - 07-19-2012, 11:09 PM
How to remove index.php from URL - by El Forum - 07-19-2012, 11:23 PM
How to remove index.php from URL - by El Forum - 07-19-2012, 11:25 PM
How to remove index.php from URL - by El Forum - 07-19-2012, 11:38 PM
How to remove index.php from URL - by El Forum - 07-20-2012, 12:41 AM
How to remove index.php from URL - by El Forum - 07-20-2012, 12:41 AM
How to remove index.php from URL - by El Forum - 07-20-2012, 12:43 AM
How to remove index.php from URL - by El Forum - 07-26-2012, 10:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB