2010-06-20, 06:44:37
That’s the whole idea with GetSimple, the system takes all unexisting URLs (when Fancy URLs are turned on) and tries to parse them. If a URL points to an existing thing it will never try to parse that URL through GetSimple.
You could “fix†this by changing the HTACCESS-file, take these rows away:
They tell the server to only parse URLs when files do not exist. Without these rows ALL URLs will be parsed. I don’t know whether this will break anything else though …
You could “fix†this by changing the HTACCESS-file, take these rows away:
Code:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
“Don’t forget the important ˚ (not °) on the a,†says the Unicode lover.
Help us test a key change for the core! ¶ Problems with GetSimple? Be sure to enable debug mode!
Help us test a key change for the core! ¶ Problems with GetSimple? Be sure to enable debug mode!