2014-01-20 175 views
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 
+1

究竟是不是工作? – anubhava

+0

它沒有顯示頁面。 – user1124166

+0

現在顯示哪個頁面,提供完整的URL?是.htaccess和mod_rewrite啓用? – anubhava

回答

0

試試這個:

<IfModule mod_rewrite.c> 
    RewriteEngine On 

</IfModule>