的.htaccess URL重写,使搜索引擎友好的 [英] .htaccess rewrite url to make SEO friendly

查看:166
本文介绍了的.htaccess URL重写,使搜索引擎友好的的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经发布有些与此相关的话题<一个href="http://stackoverflow.com/questions/11484853/htaccess-mode-rewrite-engine-seems-not-working-in-my-local-marchine">here,但我似乎无法得到正确的答案。因此,任何人都可以帮我更改IP地址是这样的:

I have posted somewhat related to this topic here, but I seem not get the right answer. So could anyone help me to change the address like this:

example.com/index.php?page=something => example.com/something

and example.com/index.php => example.com

在.htaccess文件?

in the .htaccess file?

下面是我的网站链接www.panhareach.com

Here is my website link www.panhareach.com

推荐答案

试试这个:

RewriteEngine on
RewriteCond %{QUERY_STRING} ^$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ([A-Za-z0-9\-]+)/?$ /index.php?page=$1 [L]

这篇关于的.htaccess URL重写,使搜索引擎友好的的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆