Warning: Illegal string offset 'top' in /www/wwwroot/hellyhua.com/wp-content/themes/Snape/single.php on line 45

由于种种原因需要把原来的在根目录下的程序,放到二级目录里,出现的伪静态不好使用,找了下解决方案。

在原先的.htaccess里修改下就行

# BEGIN WordPress

<IfModule mod_rewrite.c>

RewriteEngine On

RewriteBase /

RewriteRule ^culiang\^index\.php$ – [L]

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . /culiang/index.php [L]

</IfModule>

# END WordPress

把culiang更改为自己的二级目录名就可以啦


Warning: Illegal string offset 'footer' in /www/wwwroot/hellyhua.com/wp-content/themes/Snape/single.php on line 49