Welcome Guest, Not a member yet? Register   Sign In
problem with mod rewrite
#5

[eluser]pickupman[/eluser]
The file is relative to where you place the .htaccess file. Here is my copy I've got running CI in a subfolder. The .htaccess is placed in my subfolder. c:\wamp\www\property\.htaccess
Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>


Messages In This Thread
problem with mod rewrite - by El Forum - 07-20-2010, 03:27 PM
problem with mod rewrite - by El Forum - 07-20-2010, 07:44 PM
problem with mod rewrite - by El Forum - 07-20-2010, 08:08 PM
problem with mod rewrite - by El Forum - 07-21-2010, 08:14 AM
problem with mod rewrite - by El Forum - 07-21-2010, 09:45 AM
problem with mod rewrite - by El Forum - 07-21-2010, 09:59 AM
problem with mod rewrite - by El Forum - 07-21-2010, 10:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB