Welcome Guest, Not a member yet? Register   Sign In
Htaccess that is not working...
#3

[eluser]Rubiz'[/eluser]
It's right like that?
Code:
<IfModule mod_rewrite.c>
    DirectoryIndex index.php
    RewriteEngine on
    RewriteCond $1 !^(index\.php|google254b42e34114b586\.html)
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ ./index.php/$1 [L,QSA]
</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
Htaccess that is not working... - by El Forum - 12-03-2008, 12:20 PM
Htaccess that is not working... - by El Forum - 12-03-2008, 12:24 PM
Htaccess that is not working... - by El Forum - 12-03-2008, 12:28 PM
Htaccess that is not working... - by El Forum - 12-03-2008, 12:37 PM
Htaccess that is not working... - by El Forum - 12-03-2008, 02:54 PM
Htaccess that is not working... - by El Forum - 12-03-2008, 04:36 PM
Htaccess that is not working... - by El Forum - 12-04-2008, 04:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB