Welcome Guest, Not a member yet? Register   Sign In
problem with removing index.php
#18

[eluser]citm[/eluser]
I am new in code igniter and I have the same problem:

I've created .htaccess file and I've put it in the same root that index.php:

<code>

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>

</code>

The result is 500 inernal server error

I want this structure:

http://www.mydomain.com/myclass/

and not

http://www.mydomain.com/index.php/myclass/

Thanks in advance!!!


Messages In This Thread
problem with removing index.php - by El Forum - 01-22-2008, 02:24 AM
problem with removing index.php - by El Forum - 01-22-2008, 02:27 AM
problem with removing index.php - by El Forum - 01-22-2008, 02:35 AM
problem with removing index.php - by El Forum - 01-22-2008, 02:41 AM
problem with removing index.php - by El Forum - 01-22-2008, 03:00 AM
problem with removing index.php - by El Forum - 01-22-2008, 03:23 AM
problem with removing index.php - by El Forum - 01-22-2008, 03:55 AM
problem with removing index.php - by El Forum - 01-22-2008, 04:03 AM
problem with removing index.php - by El Forum - 01-22-2008, 04:15 AM
problem with removing index.php - by El Forum - 01-22-2008, 04:15 AM
problem with removing index.php - by El Forum - 01-22-2008, 04:17 AM
problem with removing index.php - by El Forum - 01-22-2008, 04:22 AM
problem with removing index.php - by El Forum - 01-22-2008, 04:37 AM
problem with removing index.php - by El Forum - 01-22-2008, 04:50 AM
problem with removing index.php - by El Forum - 01-22-2008, 04:55 AM
problem with removing index.php - by El Forum - 01-22-2008, 06:20 AM
problem with removing index.php - by El Forum - 01-22-2008, 07:57 PM
problem with removing index.php - by El Forum - 01-25-2008, 02:54 AM
problem with removing index.php - by El Forum - 01-25-2008, 08:36 AM
problem with removing index.php - by El Forum - 01-25-2008, 10:28 AM
problem with removing index.php - by El Forum - 01-25-2008, 10:54 AM
problem with removing index.php - by El Forum - 02-01-2008, 06:41 AM
problem with removing index.php - by El Forum - 02-01-2008, 08:26 AM
problem with removing index.php - by El Forum - 02-01-2008, 08:36 AM
problem with removing index.php - by El Forum - 04-14-2008, 03:06 PM
problem with removing index.php - by El Forum - 02-13-2009, 11:33 AM
problem with removing index.php - by El Forum - 07-15-2009, 12:29 AM
problem with removing index.php - by El Forum - 07-15-2009, 08:45 AM
problem with removing index.php - by El Forum - 12-21-2010, 05:09 AM
problem with removing index.php - by El Forum - 02-03-2011, 02:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB