Revision 8436
Added by Aaron Marcuse-Kubitza over 11 years ago
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
schemas/VegCore/.htaccess: Fixed bug where need to issue explicit redirect because path contains a fragment (#...), which must be sent to the browser