for some reason the option->Mod-rewrite page is not showing up for me, can someone post there .htaccess file
for some reason the option->Mod-rewrite page is not showing up for me, can someone post there .htaccess file
.htaccess
# DO NOT CHANGE THE FOLLOWING LINES
# status: 1
# pattern_category: browse/{$cat_id}/{$page}/{$cat_name}.html
# pattern_detail: detail/{$link_id}/{$link_title}.html
Options -MultiViews
RewriteEngine On
RewriteRule ^browse/(.*)/(.*)/(.*).html browse.php?cat=$1&pg_which=$2
RewriteRule ^detail/(.*)/(.*).html detail.php?linkid=$1