This commit is contained in:
mike.morgan%oregonstate.edu 2006-04-05 02:28:57 +00:00
Родитель d89b223e5c
Коммит 471a5e6886
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -14,6 +14,12 @@ php_value auto_append_file finish.php
RewriteEngine On
RewriteBase /YOURPATH/public/htdocs
# Rewrites to be compatible with older versions of addons.
RewriteRule ^update/VersionCheck.php(.*)$ update.php$1
RewriteRule ^extensions/moreinfo.php(.*)$ addon.php$1
RewriteRule ^themes/moreinfo.php(.*)$ addon.php$1
RewriteRule ^rss/index.php(.*)$ rss.php$1
# Compatiblity for v1 of extensions. The hardcoded URL's in the old
# browsers need this to get to the right pages: (the strings are the GUIDs)
# Old example URL: