1

我在 000webhost.com 上创建了一个博客。我想用来.htaccess重写我urls的,例如:

首页----index.php-----index

等等

另外,我想隐藏存在查询字符串的 URL。

到目前为止,我已经在我的.htaccess文件中编写了这段代码,但我不知道为什么代码不起作用。

RewriteBase     /
Options         +FollowSymlinks
RewriteEngine   on
RewriteRule     ^(.*)\.htm$ $1.php [NC]
4

0 回答 0