我有一个 htaccess,它将所有子域重定向到父域,但一个域除外。
RewriteEngine On
RewriteCond %{HTTP_HOST} ^([^.]+)\.theonlytutorials\.com$ [NC]
RewriteCond %1 !^(blog|www)$ [NC]
RewriteRule ^(.*)$ http://theonlytutorials.com/$1 [L,R=301]
这段代码在我之前的托管中运行良好。但在 Godaddy 中,它似乎不起作用。
它正在重定向,但要重定向到确切的托管位置。
我的 URL 结构之一:
www.theonlytutorials.com/video/58/4496/ChessBaseGmbH
相反,它重定向到:
www.theonlytutorials.com/others/tutorials/video/58/4496/ChessBaseGmbH
其他/教程是在我的托管中创建的文件夹