我們有一個我們正在嘗試啓動的Magento網站。我們有大量的URL重寫,但是當我將其添加到.htaccess文件時,網站不會加載。Magento htaccess 301重定向
很顯然,我做錯了什麼,這裏是我使用的代碼:
RewriteCond %{QUERY_STRING} ^StoreLevel=3&PrevStoreLevel=1&productid=6067&Level1=155&p=5&term=&BrowseBy=0$
RewriteRule ^store\.php$ http://oursite.com/zproduct.html? [R=301,L]
任何意見是極大的讚賞。
什麼錯誤信息你好嗎? – 2011-04-08 00:51:28
嘿,是的,這可能會有幫助的信息,我得到:500內部服務器錯誤 – Jason 2011-04-08 00:57:39
打開重寫錯誤記錄併發布你得到的輸出。 'RewriteLog /var/log/httpd/rewrite.log RewriteLogLevel 9' – 2011-04-08 01:21:10