【发布时间】:2015-01-15 07:46:16
【问题描述】:
我的名字是 mr.rico,我只是为一个动漫电话 akifansubs.com 建立了我的网站。 我的设计和程序没有任何问题....但是....
我尝试使用 .htaccess 文件的地方,我的 xampp 没有响应
前
akifansubs/index.php变成这样akifansubs/index。
这是htaccess文件的代码
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.html -f
RewriteRule ^(.*)$ $1.html
# Replace html with your file extension, eg: php, htm, asp
这是我几个小时前发现的
我该怎么办?尝试在 xampp httpd con 中进行一些更改,但它不起作用:(
【问题讨论】:
标签: php apache .htaccess mod-rewrite