Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
directory contents showed instead if GS page
#2
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:
Code:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
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 …
“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!
Reply


Messages In This Thread
directory contents showed instead if GS page - by Zegnåt - 2010-06-20, 06:44:37



Users browsing this thread: 1 Guest(s)