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

[eluser]Rubiz'[/eluser]
Hello all!

I'm trying to have access to this page http://sandbox.neoreader.com.br/google25...4b586.html since 10am; now is 4:20pm and no results... how can I show my page successfuly?

My htaccess that is not working:

Code:
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_URI} !^/google254b42e34114b586.html*$
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ codeigniter/index.php/$1 [L]
</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