Mod Rewrite per Top Site Aardvark 5.0.x
Create un file con blocco note e rinominatelo .htaccess ed inserite questo dentro.
####################################
Options +FollowSymLinks
RewriteEngine on
Rewritebase /top/
RewriteRule name(.*)-(.*)\.htm$ /top/index.php?a=$1&u=$2 [L]
RewriteRule cat(.*)\.htm$ /top/index.php?cat=$1 [L]
RewriteRule rev(.*)-(.*)-(.*)\.htm$ /top/index.php?a=$1&u=$2&all_reviews=$3 [L]
####################################
se lo script della vostra top non è installato nelle cartella /top/ cambiare il collegamento.
*ww.modseo.com/top/revstats-username-1.htm (Shows all reviews)
Actuall Link code for template is:
<a href="{$list_url}/revstats-{$username}-1.htm">{$lng->stats_allreviews}</a>
+++++++++++++++++++++++
*ww.modseo.com/top/namerate-username.htm
(Rate and review Member)
Actual Link code for template:
<a href="{$list_url}/namerate-{$username}.htm">{$lng->stats_rate}</a>
+++++++++++++++++++++++
*ww.modseo.com/top/namejoin-join.htm
(Join Topsite)
+++++++++++++++++++++++
*ww.modseo.com/top/nameuser_cp-user_cp.htm
(User Control Panel)
+++++++++++++++++++++++
*ww.modseo.com/top/catMyCategory.htm
(Category)
<a href="{$list_url}/cat{$category}.htm">{$category}</a>
Coming Soon **(da testare)**