0 Members and 1 Guest are viewing this topic.
#php_flag session.use_trans_sid off#php_flag register_globals On#php_flag allow_url_fopen OnOptions +FollowSymLinksRewriteEngine OnRewriteBase /Admin/RewriteRule ^do,([[:print:]]*) index.php?do=$1&%{QUERY_STRING} [L]RewriteRule ^action,([[:print:]]*),view,([[:print:]]*)$ index.php?action=$1&view=$2&%{QUERY_STRING} [L]RewriteRule ^action,([[:print:]]*)$ index.php?action=$1&%{QUERY_STRING} [L]RewriteRule ^show,([[:print:]]*),action,([[:print:]]*),view,([[:print:]]*)$ index.php?show=$1&action=$2&view=$3&%{QUERY_STRING} [L]RewriteRule ^show,([[:print:]]*),action,([[:print:]]*),section,([[:print:]]*)$ index.php?show=$1&action=$2§ion=$3&%{QUERY_STRING} [L]RewriteRule ^show,([[:print:]]*),view,([[:print:]]*)$ index.php?show=$1&view=$2&%{QUERY_STRING} [L]RewriteRule ^show,([[:print:]]*),action,([[:print:]]*)$ index.php?show=$1&action=$2&%{QUERY_STRING} [L]RewriteRule ^show,([[:print:]]*),section,([[:print:]]*)$ index.php?show=$1§ion=$2&%{QUERY_STRING} [L]RewriteRule ^show,([[:print:]]*)$ index.php?show=$1&%{QUERY_STRING} [L]
Try 'RewriteBase /Admin' instead 'RewriteBase /Admin/'
Page created in 0.042 seconds with 18 queries.