How to remove index.php from URL |
[eluser]ebrahimthex[/eluser]
How can i remove index.php in my LAMP Server. This works: http://localhost/mysite.com/index.php/home But this generates 404 errors: http://localhost/mysite.com/home Code: <VirtualHost *:80> and this is my .htaccess in /var/www/russelhost/ Code: RewriteEngine on Code: $config['index_page'] = “index.php” by $config['index_page'] = “” Now What Can i do? |
Messages In This Thread |
How to remove index.php from URL - by El Forum - 05-07-2013, 11:45 PM
How to remove index.php from URL - by El Forum - 05-08-2013, 05:01 AM
How to remove index.php from URL - by El Forum - 05-16-2013, 05:43 AM
|