Changeset 47984 in spip-zone
- Timestamp:
- May 21, 2011, 1:50:04 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_galaxie_/edgard.spip.org/squelettes/htaccess.txt
r47983 r47984 66 66 # Compatibilite avec les URLS "html" (pour transition sympa) 67 67 # voir fichier ecrire/urls/html.php 68 RewriteRule ^\@([a-z ]+) spip.php?page=faq&question=\@$1 [QSA,L]68 RewriteRule ^\@([a-z0-9]+) spip.php?page=faq&question=\@$1 [QSA,L] 69 69 RewriteRule ^rubrique([0-9]+)(\.html)?$ spip.php?page=rubrique&id_rubrique=$1 [QSA,L] 70 70 RewriteRule ^article([0-9]+)(\.html)?$ spip.php?page=article&id_article=$1 [QSA,L]
Note: See TracChangeset
for help on using the changeset viewer.