2011-04-22 126 views

回答

0

就試試這個簡單的規則.htaccess文件:

RewriteEngine on 
Options +FollowSymlinks -MultiViews 

RewriteRule ^product/.*$ /yourSplashPage? [R,L,NC] 
0

在你.htaccess文件,創建一個Apache重寫規則有選擇性地選擇基於正則表達式的鏈接。

RewriteRule ^product/.*$ /certainPage.html?