正直めんどい
<%if(skintype,index)%> <meta name="description" content="<%blogsetting(desc)%>" /> <%endif%>
RewriteEngine on
RewriteOptions MaxRedirects=1
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(item|archive|member|archives|category|blog|special|subcatid|page)/(.*)$ /index.php?p=$1/$2 [L,QSA]
<?php
// This file will generate and return the main page of the site
if(isset($_GET['p']))
{
$_SERVER['PATH_INFO'] = $_GET['p'];
}
$CONF = array();
$CONF['Self'] = '';
include('./config.php');
selector();
?>