0
這是我的htacces文件內容。它不工作。請幫我傢伙...URL重寫不起作用
DirectoryIndex index.php
Options -Indexes
RewriteEngine on
RewriteBase /shop/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?$1 [L,QSA]
RewriteRule ^jeans-shirt/?$ /index.php?index/indexproducts/jeans-shirt/c695b64e4b38d8004f7c9b970ecbd104 [QSA,NC,L]
ErrorDocument 404 404.html
究竟是不是工作? – anubhava
它沒有顯示頁面。 – user1124166
現在顯示哪個頁面,提供完整的URL?是.htaccess和mod_rewrite啓用? – anubhava