SEO网址与.htaccess

时间:2009-12-17 19:07:08

标签: seo

我使用以下行创建.htaccess文件:

Options +FollowSymLinks
RewriteEngine On

RewriteRule index/locale/(.*)/id/(.*)/ index.php?locale=$1&id=$2
RewriteRule index/locale/(.*)/id/(.*) index.php?locale=$1&id=$2 

我希望它适用于这个电话:

http://localhost/test/index.php/locale/tr/id/14

但它不起作用。 请帮忙......出了什么问题。我从非常着名的在线seo友好代码生成器复制了所有这些代码。 最好的祝福。

1 个答案:

答案 0 :(得分:3)

你试过http://localhost/test/index/locale/tr/id/14吗?

似乎regexp期待“index”而不是“index.php”