Welcome Guest, Not a member yet? Register   Sign In
A weird url problem
#3

[eluser]eupho[/eluser]
Thank for this fast answer but even with this .htaccess the problem is the same...

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>


Messages In This Thread
A weird url problem - by El Forum - 09-23-2008, 09:03 AM
A weird url problem - by El Forum - 09-23-2008, 09:23 AM
A weird url problem - by El Forum - 09-23-2008, 09:34 AM
A weird url problem - by El Forum - 09-23-2008, 01:10 PM
A weird url problem - by El Forum - 09-23-2008, 01:26 PM



Theme © iAndrew 2016 - Forum software by © MyBB