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

[eluser]Mini0n[/eluser]
Hi there!

I've managed to find that the redirect this is due to the rule:

Code:
<IfModule !mod_rewrite.so>
    # If we don't have mod_rewrite installed, all 404's
    # can be sent to index.php, and everything works as normal.
    # Submitted by: ElliotHaughin

    ErrorDocument 404 /index.php
</IfModule>

The thing is: why is mod_rewrite "off"???

I have the following on \xampp\apache\conf\httpd.conf:

Code:
...
#LoadModule proxy_connect_module modules/mod_proxy_connect.so
#LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
#LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule setenvif_module modules/mod_setenvif.so
#LoadModule speling_module modules/mod_speling.so
LoadModule ssl_module modules/mod_ssl.so
...

Therefore, I assume I have mod_rewrite active, right?
What could be missing?

Thanks!


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