cela fait des heures que je recherche sur des forums comment activer rewrite sur OS X.
Voilà mon code dans le htaccess
SetEnv SESSION_USE_TRANS_SID 0 Options +FollowSymlinks RewriteEngine on RewriteRule ^(tarif)-(.+)-([0-9]+).html index.php?page=$1&info=$2&produit=$3 [L] RewriteRule ^(tarif)-(.+)-([0-9]+)-(.+)-(g).html index.php?page=$1&info=$2&produit=$3&format=$4&c=$5 [L] RewriteRule ^(tarif)-(.+)-([0-9]+)-(.+)-(.+)-(.+)-(.+).html index.php?page=$1&info=$2&produit=$3&format=$4&g=$5&p=$6&c=$7 [L]
Et voilà les erreurs log
192.168.1.10 - - [30/Oct/2008:12:20:34 +0100] "HEAD /gutenbprintV2/tarif-flyers-tracts-prospectus-8.html HTTP/1.1" 404 -
Mon .htaccess marche très bien sur le serveur mais pas sur OS X comment puis-je faire ?
J'ai fait différente manipulation sur le terminal dans le fichier config mais sans succé










