我的网站重定向有问题。我不知道如何建立文件htaccess。现在:www.mydomain/folder/value 1/value 2结果:www.folder.mydomain/value1/value2你能帮忙吗?我试过很多方法。
ifmq2ha21#
我有Apache服务器开发的外部供应商,我没有完全访问所有选项。.HTACCESS:
<IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php RewriteCond %{HTTP_HOST} !^zloteapartamenty\. [NC] RewriteRule .* http://zloteapartamenty.ritex-development.pl/$0 [R=301,L,NE] </IfModule>
旧url:https://ritex-development.pl/zloteapartamenty/pietro/pietro-iii/ Bad new ulr:http://zloteapartamenty.ritex-development.pl/pietro-iii/预期的新url:https://zloteapartamenty.ritex-development.pl/pietro/pietro-iii/
bejyjqdl2#
您是否拥有对服务器的root访问权限?您可能只需要创建一个.htaccess文件。你能再解释清楚一点吗?假设:你正在运行某种类型的Linux机器,并使用Apache作为你的Web服务器。
2条答案
按热度按时间ifmq2ha21#
我有Apache服务器开发的外部供应商,我没有完全访问所有选项。
.HTACCESS:
旧url:https://ritex-development.pl/zloteapartamenty/pietro/pietro-iii/ Bad new ulr:http://zloteapartamenty.ritex-development.pl/pietro-iii/
预期的新url:https://zloteapartamenty.ritex-development.pl/pietro/pietro-iii/
bejyjqdl2#
您是否拥有对服务器的root访问权限?您可能只需要创建一个.htaccess文件。
你能再解释清楚一点吗?
假设:你正在运行某种类型的Linux机器,并使用Apache作为你的Web服务器。