Bonsoir tout le monde,
J'ai un petit prob avec mon rewriting, quand je click sur mon lien il en decoule une page 404 !!! par contre ma page test impec.
Options +Indexes +FollowSymlinks +MultiViews
RewriteEngine on
RewriteBase /
### re-direct non-www to www OK
rewritecond %{http_host} ^casa-destock.info [nc]
rewriterule ^(.*)$ http://www.casa-destock.info/$1 [r=301,nc]
# Réécriture de index.html vers index.php OK
RewriteRule ^index\.html$ /index.php [L]
# Réécriture des URL des articles OK
RewriteRule ^details-([0-9]+)\.html$ /acheter/details.php?det=$1 [L]
RewriteRule ^test\.html$ /test.php
Quelqu'un peut il m'aider
Arnaud
J'ai un petit prob avec mon rewriting, quand je click sur mon lien il en decoule une page 404 !!! par contre ma page test impec.
Options +Indexes +FollowSymlinks +MultiViews
RewriteEngine on
RewriteBase /
### re-direct non-www to www OK
rewritecond %{http_host} ^casa-destock.info [nc]
rewriterule ^(.*)$ http://www.casa-destock.info/$1 [r=301,nc]
# Réécriture de index.html vers index.php OK
RewriteRule ^index\.html$ /index.php [L]
# Réécriture des URL des articles OK
RewriteRule ^details-([0-9]+)\.html$ /acheter/details.php?det=$1 [L]
RewriteRule ^test\.html$ /test.php
Quelqu'un peut il m'aider
Arnaud