Premium Listing

Morus

www.votezone.eu , www.privateserversranking.com
never had a rule in .htaccess for it and all was working fine. index.php looks like this (the part I should change)

Code:
$action = array(
    'admin' => 1,
    'in' => 1,
    'join' => 1,
    'lost_pw' => 1,
    'out' => 1,
    'page' => 1,
    'rankings' => 1,
    'rate' => 1,
    'search' => 1,
    'details' => 1,
    'sendmessage' => 1,
    'user_cpl' => 1,
    'premium_rankings' => 1
    );
 

Morus

www.votezone.eu , www.privateserversranking.com
clean URLs disabled and it is working fine. How can I use Clean URLs with that plugin?
 

Mark

Administrator
Staff member
try this:

open .htaccess and find:
Code:
RewriteRule ^reviews/(.*)/ index.php?a=details&u=$1&all_reviews=1 [L]
add this after:
Code:
RewriteRule ^premium_rankings/ index.php?a=premium_rankings [L]
 

Mark

Administrator
Staff member
Awesome, though this situation should have been the same in 0.8 if you had clean URLs on that version as well.
 

Morus

www.votezone.eu , www.privateserversranking.com
I have it on l2.votezone.eu and votezone.eu I will update l2.votezone.eu tomorrow and check it.
 
Top