Welcome Guest, Not a member yet? Register   Sign In
Routing problem to an external application
#3

[eluser]Référencement Google[/eluser]
Already tryed it and this is the problem!
here is my htaccess actually:

Code:
<IfModule mod_rewrite.c>

    RewriteEngine On

    # If the file or directory exists, show it
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^(.+) - [PT,L]
    
    # Blank queries get sent to the index
    RewriteRule ^$ index.php [L]
    
    # All other queries get sent to the index as index.php/whatever
    RewriteRule ^(.*)$ index.php/$1 [L]
    
    RewriteCond $1 !^(index\.php|images|robots\.txt|js|css|user_guide|/awstats)    
    RewriteRule ^(.*)$ /index.php/$1 [L]

</IfModule>


Messages In This Thread
Routing problem to an external application - by El Forum - 10-16-2007, 08:57 AM
Routing problem to an external application - by El Forum - 10-16-2007, 09:00 AM
Routing problem to an external application - by El Forum - 10-16-2007, 09:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB