Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems
#11

[eluser]InsiteFX[/eluser]
You can try this one, pay attention to the comments...

I am running XAMPP 1.7.3 with PHP 5.3.1

Also make sure that LoadModule rewrite_module modules/mod_rewrite.so

is turned on in your apache http.conf file...

Also the path is http://localhost/ because your running on a local machine.

The .htaccess file should be placed in the root directory were
CodeIgniter's index.php file is.

Code:
#
# On Windows it is
<IfModule mod_rewrite.so>
#
#<IfModule mod_rewrite.c>
#
Options +FollowSymLinks
DirectoryIndex index.php
RewriteEngine On
RewriteBase /
RewriteCond $1 !^(index\.php|images|css|js|flv|swf|pdf||robots\.txt|favicon\.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]
#
</IfModule>

# on Windows it is
<IfModule !mod_rewrite.so>
#
#<IfModule !mod_rewrite.c>
#
ErrorDocument 404 /index.php
#
</IfModule>

A lot of people make this mistake!
on Windows the extension is .so not .c

Enjoy
InsiteFX


Messages In This Thread
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-26-2010, 12:01 PM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-26-2010, 12:17 PM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-26-2010, 12:36 PM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-26-2010, 12:42 PM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-26-2010, 12:52 PM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-26-2010, 12:59 PM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-26-2010, 01:04 PM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-26-2010, 01:33 PM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-28-2010, 09:57 AM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-31-2010, 09:07 AM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-31-2010, 09:33 AM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-31-2010, 09:53 AM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-31-2010, 10:04 AM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-31-2010, 10:11 AM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-31-2010, 10:15 AM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-31-2010, 10:40 AM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-31-2010, 12:36 PM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-31-2010, 07:15 PM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 04-26-2010, 11:05 AM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 06-07-2010, 05:58 PM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 06-08-2010, 03:59 PM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 06-10-2010, 07:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB