Welcome Guest, Not a member yet? Register   Sign In
htaccess
#9

[eluser]Đaяк Đaηтє[/eluser]
Hello my Friend:

I had the same problem, but I've solved using .htaccess file, with the next content:

Code:
<IfModule mod_rewrite.c>  
     RewriteEngine on  
  
     RewriteCond %{REQUEST_FILENAME} !-f  
     RewriteCond %{REQUEST_FILENAME} !-d  
     RewriteRule ^(.*)$ index.php?/$1 [L]  
</IfModule>  
  
<IfModule !mod_rewrite.c>  
     ErrorDocument 404 /index.php  
</IfModule>

I save the .htaccess file in the root directory of my application, at the same level of the system folder.

If you need more information you can follow the next thread:
http://ellislab.com/forums/viewthread/121700/#603074

Greetings.


Messages In This Thread
htaccess - by El Forum - 06-28-2009, 11:35 PM
htaccess - by El Forum - 06-29-2009, 12:26 AM
htaccess - by El Forum - 06-29-2009, 12:03 PM
htaccess - by El Forum - 06-30-2009, 07:16 AM
htaccess - by El Forum - 06-30-2009, 07:55 AM
htaccess - by El Forum - 06-30-2009, 08:21 AM
htaccess - by El Forum - 06-30-2009, 10:44 AM
htaccess - by El Forum - 06-30-2009, 07:48 PM
htaccess - by El Forum - 06-30-2009, 08:41 PM
htaccess - by El Forum - 06-30-2009, 08:49 PM



Theme © iAndrew 2016 - Forum software by © MyBB