?
| Current Path : /home/webyoo/www/leumi/site/ |
| Current File : /home/webyoo/www/leumi/site/.htaccess |
# ===================================================================== # Ashkara — réécriture d'URL # ===================================================================== RewriteEngine On # URL propre des biens : /property/<slug> -> single-property.php?slug=<slug> # (le slug se termine par l'id, ex: /property/dyrt-3-chdrym-bntnyh-42) RewriteRule ^property/([^/]+)/?$ single-property.php?slug=$1 [L,QSA]