搜索引擎友好链接不起作用

时间:2011-11-18 02:01:51

标签: apache .htaccess

唯一有效的是www.foo.com和foo.com(基本上是index.php)

这是我的.htaccess文件。

Options +FollowSymLinks
Options -MultiViews
RewriteEngine on
RewriteBase /
RewriteCond %{http_host} ^foo\.com$ [NC]
RewriteRule ^(.*)$ http://www.foo.com/$1 [r=301]
RewriteRule ^(.*)$ bar.com/public_html/$1

RewriteRule review(s?)(\/?)$ /bar.com/public_html/reviews.php
RewriteRule products(\/?)$ /bar.com/public_html/products.php

如果删除尾部斜杠,某些地址将起作用,其他地址会给我一个带有或不带斜杠的404。

0 个答案:

没有答案