Welcome Guest, Not a member yet? Register   Sign In
I can not remove index.php form URL
#5

[eluser]Arockia Raj[/eluser]
Thank you. My project name is edu3.

Now my .htaccess is
Code:
<IfModule mod_rewrite.c>
Options -Indexes

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

My config.php
Code:
$config['base_url']    = 'http://localhost/edu3/';
$config['index_page'] = '';
$config['uri_protocol']    = 'AUTO';

I uncommented the line in in httpd
Code:
LoadModule rewrite_module modules/mod_rewrite.so

But still i am getting the below error
Error 404
localhost
04/12/11 13:22:25
Apache/2.2.6 (Win32) DAV/2 mod_ssl/2.2.6 OpenSSL/0.9.8g mod_autoindex_color PHP/5.2.5

Plz help me.

Regards,
Arockia Raj


Messages In This Thread
I can not remove index.php form URL - by El Forum - 04-11-2011, 06:57 AM
I can not remove index.php form URL - by El Forum - 04-11-2011, 07:02 AM
I can not remove index.php form URL - by El Forum - 04-11-2011, 11:09 PM
I can not remove index.php form URL - by El Forum - 04-12-2011, 12:31 AM
I can not remove index.php form URL - by El Forum - 04-12-2011, 01:57 AM
I can not remove index.php form URL - by El Forum - 04-12-2011, 02:33 AM
I can not remove index.php form URL - by El Forum - 04-14-2011, 04:47 AM
I can not remove index.php form URL - by El Forum - 04-14-2011, 04:50 AM
I can not remove index.php form URL - by El Forum - 04-14-2011, 05:03 AM
I can not remove index.php form URL - by El Forum - 04-14-2011, 05:09 AM
I can not remove index.php form URL - by El Forum - 04-14-2011, 05:19 AM
I can not remove index.php form URL - by El Forum - 04-14-2011, 07:19 AM
I can not remove index.php form URL - by El Forum - 04-15-2011, 03:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB