Revision 7900
Added by Aaron Marcuse-Kubitza over 11 years ago
index.php | ||
---|---|---|
163 | 163 |
{ |
164 | 164 |
var fragment = rm_prefix('#', loc.hash) |
165 | 165 |
document.write('<h4 class="progress">Loading '+fragment+'...</h4>') |
166 |
document.location = '?'+fragment
|
|
166 |
document.location = '/'+fragment
|
|
167 | 167 |
} |
168 | 168 |
</script> |
169 | 169 |
</blockquote> |
Also available in: Unified diff
web/vegpath/index.php: URL fragment redirect: Prepend / instead of ? because filesystem paths are now redirected using .htaccess, removing the need to set the query string