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

[eluser]dotweb[/eluser]
use a .htaccess file in your root folder
Code:
RewriteEngine On
RewriteCond %{REQUEST_URI} !^(/index\.php|/img|/js|/css|/awstats|/robots\.txt|/favicon\.ico)
RewriteRule ^(.*)$ /index.php/$1 [L]

so that the /awstats is not routed as a query for index.php


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