7 lines
142 B
ApacheConf
7 lines
142 B
ApacheConf
RewriteEngine on
|
|
|
|
# Provide redirects for removed pages
|
|
|
|
# Debug.shtml moved to html\apps
|
|
RewriteRule ^Debug\.shtml$ ../Debug.shtml [R=301,L]
|