Project

General

Profile

« Previous | Next » 

Revision 8436

schemas/VegCore/.htaccess: Fixed bug where need to issue explicit redirect because path contains a fragment (#...), which must be sent to the browser

View differences:

schemas/VegCore/.htaccess
17 17
# dir without trailing / is provided as an absolute filesystem path
18 18
RewriteCond $0 ^/ [ornext]
19 19
RewriteCond #$0 ^(.*)$
20
RewriteRule ^.+$ /wiki/VegCore%1 [discardpath,noescape,last]
20
RewriteRule ^.+$ /wiki/VegCore%1 [discardpath,noescape,last,redirect]

Also available in: Unified diff