没有斜杠的子目录不起作用(" /"符号)

时间:2017-04-18 21:33:41

标签: wordpress .htaccess slash trailing

haberimyok.com/tr不起作用,

haberimyok.com/tr/工作。

.htaccess位于/ web / tr目录

<IfModule mod_rewrite.c>
RewriteEngine on

RewriteCond %{HTTP_HOST} ^(www.)?haberimyok.com$

RewriteCond %{REQUEST_URI} !^/web/tr

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ /web/tr/$1

RewriteCond %{HTTP_HOST} ^(www.)?haberimyok.com$

RewriteRule ^(/)?$ index.php [L] 
</IfModule>

谢谢。

0 个答案:

没有答案