Welcome Guest, Not a member yet? Register   Sign In
HTACCESS HELP!!! PLEASE ...
#2

[eluser]ChangedNames[/eluser]
If I understand you correctly you don't want index.php to process any of the xml or xml.gz files. If that is the case you might try something like this:

Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|tinymce|config|forum|uploads|js|img|css|tmp|public|user_guide|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /index.php/$1 [L]

This is adding in 2 conditions saying "If the file requested IS NOT actually a file then process index.php"

So if you have .xml files (or .xml.gz files) on your server the .htaccess file shouldn't be routing it to index.php.


Messages In This Thread
HTACCESS HELP!!! PLEASE ... - by El Forum - 01-30-2009, 02:18 PM
HTACCESS HELP!!! PLEASE ... - by El Forum - 01-30-2009, 05:21 PM
HTACCESS HELP!!! PLEASE ... - by El Forum - 01-30-2009, 06:01 PM
HTACCESS HELP!!! PLEASE ... - by El Forum - 01-31-2009, 04:28 AM
HTACCESS HELP!!! PLEASE ... - by El Forum - 02-01-2009, 04:53 AM
HTACCESS HELP!!! PLEASE ... - by El Forum - 02-01-2009, 03:51 PM



Theme © iAndrew 2016 - Forum software by © MyBB