【apache】VPS做URL 301永久转发

apache配置:

<virtualhost *:80="">
ServerName "要转向的域名"
DocumentRoot /dev/null
RewriteEngine On
RewriteRule ^(.*)$ http://转向到的上的地/ [R=301,L]
</virtualhost>

0 Response to "【apache】VPS做URL 301永久转发"