Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试更改 wordpress root .htaccess 中的 url
网址是 http://www.demoain/category/blog
我想从这个 http://www.demoain/blog重写 url
请帮帮我
试试这个代码:
RewriteEngine On RewriteRule ^blog$ /category/blog [L] RewriteRule ^blog/(.*)$ /category/blog/$1 [L]
我刚刚在我的 Windows 7 上安装了 apache 2.2.22、php 5.3.15 和其他一些东西。在某些时候,标签<?停止工作(apache 现在<? ..... ?>以纯 HTML 的形式返回)。在浪费了很多时间之后,我注意到这个标签的完整版<?php
<?
<? ..... ?>
<?php