Changeset 959

Show
Ignore:
Timestamp:
08/10/07 05:33:43 (1 year ago)
Author:
thomase
Message:

additional rewrite rules and conditions for batl indexes, change notices and css files; also permanent redirects for id changes made on 8 August 2007

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pleiades-bibliography/trunk/.htaccess

    r878 r959  
     1AddType text/xml xml 
     2 
    13RewriteEngine on 
    24 
    3 RewriteCond %{REQUEST_FILENAME} !batl\d\d\d\.html 
     5RewriteRule ^actes-du-colloque-sur-la-lycie-antique\.xml /awmc/pleiades/bibliography/actcolllycant-1980.xml [R=301] 
     6RewriteRule ^actes-du-colloque-sur-la-lycie-antique\.html /awmc/pleiades/bibliography/actcolllycant-1980.html [R=301] 
     7RewriteRule ^de-l-archeologie-a-l-histoire\.xml /awmc/pleiades/bibliography/archeologie-histoire.xml [R=301] 
     8RewriteRule ^de-l-archeologie-a-l-histoire\.html /awmc/pleiades/bibliography/archeologie-histoire.html [R=301] 
     9RewriteRule ^geschichte-der-wasserversorgung\.xml /awmc/pleiades/bibliography/geschichte-wasserversorgung.xml [R=301] 
     10RewriteRule ^geschichte-der-wasserversorgung\.html /awmc/pleiades/bibliography/geschichte-wasserversorgung.html [R=301] 
     11RewriteRule ^hellenistic-culture-and-society\.xml /awmc/pleiades/bibliography/hellenistic-culture-society.xml [R=301] 
     12RewriteRule ^hellenistic-culture-and-society\.html /awmc/pleiades/bibliography/hellenistic-culture-society.html [R=301] 
     13RewriteRule ^inschriften-griechischer-stadte-aus-kleinasien\.xml /awmc/pleiades/bibliography/ik.xml [R=301] 
     14RewriteRule ^inschriften-griechischer-stadte-aus-kleinasien\.html /awmc/pleiades/bibliography/ik.html [R=301] 
     15RewriteRule ^jahrbuch-fur-numismatik-und-geldgeschichte\.xml /awmc/pleiades/bibliography/jahrbuch-numismatik-geldgeschichte.xml [R=301] 
     16RewriteRule ^jahrbuch-fur-numismatik-und-geldgeschichte\.html /awmc/pleiades/bibliography/jahrbuch-numismatik-geldgeschichte.html [R=301] 
     17RewriteRule ^monograph-british-institute-of-archaeology-at-ankara\.xml /awmc/pleiades/bibliography/biaa-monographs.xml [R=301] 
     18RewriteRule ^monograph-british-institute-of-archaeology-at-ankara\.html /awmc/pleiades/bibliography/biaa-monographs.html [R=301] 
     19RewriteRule ^numismatic-notes--monographs\.xml /awmc/pleiades/bibliography/numismatic-notes-monographs.xml [R=301] 
     20RewriteRule ^numismatic-notes--monographs\.html /awmc/pleiades/bibliography/numismatic-notes-monographs.html [R=301] 
     21RewriteRule ^oxford-classical-and-philosophical-monographs\.xml /awmc/pleiades/bibliography/oxford-classical-philosophical-monographs.xml [R=301] 
     22RewriteRule ^oxford-classical-and-philosophical-monographs\.html /awmc/pleiades/bibliography/oxford-classical-philosophical-monographs.html [R=301] 
     23RewriteRule ^papers-of-the-american-school-of-classical-studies-at-athens\.xml /awmc/pleiades/bibliography/pascsa.xml [R=301] 
     24RewriteRule ^papers-of-the-american-school-of-classical-studies-at-athens\.html /awmc/pleiades/bibliography/pascsa.html [R=301] 
     25RewriteRule ^robert-19542\.xml /awmc/pleiades/bibliography/robert-1954-2.xml [R=301] 
     26RewriteRule ^robert-19542\.html /awmc/pleiades/bibliography/robert-1954-2.html [R=301] 
     27RewriteRule ^side-im-altertum\.xml /awmc/pleiades/bibliography/nolle-1993.xml [R=301] 
     28RewriteRule ^side-im-altertum\.html /awmc/pleiades/bibliography/nolle-1993.html [R=301] 
     29RewriteRule ^studia-amstelodamensia-ad-epigraphicam\.xml /awmc/pleiades/bibliography/studia-amstelodamensia.xml [R=301] 
     30RewriteRule ^studia-amstelodamensia-ad-epigraphicam\.html /awmc/pleiades/bibliography/studia-amstelodamensia.html [R=301] 
     31RewriteRule ^travaux-du-centre-de-recherche-sur-le-proche-orient-et-la\.xml /awmc/pleiades/bibliography/travpog.xml [R=301] 
     32RewriteRule ^travaux-du-centre-de-recherche-sur-le-proche-orient-et-la\.html /awmc/pleiades/bibliography/travpog.html [R=301] 
     33RewriteRule ^von-aulock-1977\.xml /awmc/pleiades/bibliography/aulock-1977.xml [R=301] 
     34RewriteRule ^von-aulock-1977\.html /awmc/pleiades/bibliography/aulock-1977.html [R=301] 
     35 
     36RewriteCond %{REQUEST_FILENAME} !recordstyle\.css 
     37RewriteCond %{REQUEST_FILENAME} !indexstyle\.css 
    438RewriteCond %{REQUEST_FILENAME} !index\.html 
    539RewriteCond %{REQUEST_FILENAME} !rights\.html 
     40RewriteCond %{REQUEST_FILENAME} !batl\d\d\d\.html 
    641RewriteCond %{REQUEST_FILENAME} !coverage\.html 
     42RewriteCond %{REQUEST_FILENAME} !changes-\d\d\d\d-\d\d-\d\d\.html 
    743RewriteRule ^(\w)([\w-]+)\.html$ /awmc/pleiades/bibliography/$1/$1$2.html 
    844 
    945RewriteRule ^(\w)([\w-]+)\.xml$ /awmc/pleiades/bibliography/$1/mods/$1$2.xml 
    1046 
    11 RewriteRule ^(\w)\/rights\.html$ /awmc/pleiades/bibliography/rights.html [R
     47RewriteRule ^(\w)\/rights\.html$ /awmc/pleiades/bibliography/rights.html [R=303