Home >Backend Development >PHP Tutorial > [泪汪汪求帮助]htaccess转移后不能用了

[泪汪汪求帮助]htaccess转移后不能用了

WBOY
WBOYOriginal
2016-06-13 13:20:44888browse

[含泪求帮助]htaccess转移后不能用了
系统是在win下开发的,现在要转到ubuntu xampp下来使用。其中htaccess在win下一切正常,代码如下:

XML code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->IfModule mod_rewrite.c>^M
RewriteEngine on^M
RewriteRule ^_(.*).html$ $1.php^M





但在ubuntu下不能使用,是何故?

------解决方案--------------------
出什么错?
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn