Welcome Guest, Not a member yet? Register   Sign In
.htaccess problems
#3

[eluser]vwenberg[/eluser]
My .htaccess is the standard .htaccess provided in the wiki ...

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

<IfModule !mod_rewrite.c>
    # 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 directory where CI files are kept is /var/www/codeigniter.

Much thanks for any help.


Messages In This Thread
.htaccess problems - by El Forum - 06-30-2007, 12:32 AM
.htaccess problems - by El Forum - 06-30-2007, 07:37 AM
.htaccess problems - by El Forum - 06-30-2007, 12:14 PM
.htaccess problems - by El Forum - 07-01-2007, 01:29 PM
.htaccess problems - by El Forum - 07-03-2007, 12:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB