1
試圖讓笨重定向解決方案
www.example.com/home
直接去
www.example.com/
我已經試過:
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^example.com$
RewriteRule (.*) http://www.example.com/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^(.+)\www.example\.com$
RewriteRule ^/(.*)$ /samle/%1/$1 [L]
我在做什麼錯?
但它的網站總是在旋轉。
Redirect 301 /home http://www.example.com/
''redirect()'沒有'params'會做 – tomexsans
不能讓你請 – Karthiga