Welcome Guest, Not a member yet? Register   Sign In
CI, Xampp, and mod_rewrite
#2

[eluser]Sarfaraz Momin[/eluser]
This works for me on XAMPP with CI installation. I have vhost configured for XAMPP and its works great.

Code:
Options +FollowSymLinks
RewriteEngine On

RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]


Messages In This Thread
CI, Xampp, and mod_rewrite - by El Forum - 03-12-2009, 11:43 PM
CI, Xampp, and mod_rewrite - by El Forum - 03-12-2009, 11:55 PM
CI, Xampp, and mod_rewrite - by El Forum - 03-13-2009, 01:07 AM
CI, Xampp, and mod_rewrite - by El Forum - 03-13-2009, 02:16 AM
CI, Xampp, and mod_rewrite - by El Forum - 03-13-2009, 09:06 AM
CI, Xampp, and mod_rewrite - by El Forum - 03-13-2009, 01:12 PM
CI, Xampp, and mod_rewrite - by El Forum - 03-13-2009, 02:26 PM
CI, Xampp, and mod_rewrite - by El Forum - 03-13-2009, 02:36 PM
CI, Xampp, and mod_rewrite - by El Forum - 03-13-2009, 02:37 PM
CI, Xampp, and mod_rewrite - by El Forum - 03-13-2009, 02:38 PM
CI, Xampp, and mod_rewrite - by El Forum - 03-13-2009, 02:51 PM
CI, Xampp, and mod_rewrite - by El Forum - 03-13-2009, 04:11 PM
CI, Xampp, and mod_rewrite - by El Forum - 03-13-2009, 04:22 PM
CI, Xampp, and mod_rewrite - by El Forum - 03-13-2009, 04:27 PM
CI, Xampp, and mod_rewrite - by El Forum - 03-13-2009, 04:38 PM
CI, Xampp, and mod_rewrite - by El Forum - 03-13-2009, 05:19 PM
CI, Xampp, and mod_rewrite - by El Forum - 03-13-2009, 07:07 PM
CI, Xampp, and mod_rewrite - by El Forum - 03-13-2009, 07:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB