Changeset 52228 in spip-zone
- Timestamp:
- Oct 1, 2011, 2:05:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/soyezcreateurs_net/plugins_2.1/htaccess.txt
r35519 r52228 41 41 42 42 RewriteRule ^@(.*)([^@])\.html$ spip.php?page=$1$2 [QSA,L] # Permet des url du type @monsquelette.html 43 43 RewriteRule ^apple-touch-icon[.]png$ spip.php?page=apple-touch-icon.png [QSA,L] 44 44 RewriteRule ^(plan)\.html$ spip.php?page=$1 [QSA,L] 45 45 … … 88 88 # ping http://site/1234 => article1234 89 89 90 RewriteRule ^([1-9][0-9]*)$ spip.php?action=redirect&type=article& id=$1 [QSA,L]90 RewriteRule ^([1-9][0-9]*)$ spip.php?action=redirect&type=article&status=301&id=$1 [QSA,L] 91 91 92 92 #
Note: See TracChangeset
for help on using the changeset viewer.