我正在开发我的网站,并创建了一些新的网页来解释我的网站的更多细节。现在出于 seo 的目的,我知道谷歌更喜欢链接包含关键词。所以我正在制作的页面可以称为新鞋。现在我已经让这些页面作为 website.com/newshoes 工作,但由于谷歌可能将其视为一个词,我正在努力使其显示 website.com/new-shoes 而不是使用 htaccess 但我无法让它工作。这是我想出的,但没有奏效。
RewriteRule ^([^/]*)-([^/]*)$ /index.php?$1$2 [QSA,L]
所以是的,任何人都可以在这里帮助我。谢谢!
[编辑]
RewriteEngine On
RewriteCond %{HTTP_HOST} ^reflap\.com [NC]
RewriteRule (.*) http://www.reflap.com/$1 [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]*)$ /index.php?$1 [QSA,L]
RewriteRule ^([^/]*)/$ /index.php?$1 [QSA,L]
RewriteRule ^([^/]*)/([^/]*)$ /index.php?$1&$2 [QSA,L]
RewriteRule ^([^/]*)/([^/]*)/$ /index.php?$1&$2 [QSA,L]
RewriteRule ^/facebook-chat/ http://chat.facebook.com/ [P]
ErrorDocument 404 /error.php