Rumah >pembangunan bahagian belakang >tutorial php > [泪汪汪求帮助]htaccess转移后不能用了
[含泪求帮助]htaccess转移后不能用了
系统是在win下开发的,现在要转到ubuntu xampp下来使用。其中htaccess在win下一切正常,代码如下:
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->IfModule mod_rewrite.c>^M RewriteEngine on^M RewriteRule ^_(.*).html$ $1.php^M