View Single Post
  #1 (permalink)  
Old 02-18-2006, 10:45 AM
hevnsnt hevnsnt is offline
Casual Pligger
 
Join Date: Feb 2006
Posts: 94
Thanks: 0
Thanked 2 Times in 2 Posts
Sneak Feature doesn't work :: With Fix

With the release of Beta 6, I noticed on a new install that the sneak feature doesnt work.. Looks like there was an oversight in the .htaccess file. Here is how to fix it.

Open .htaccess file and find the line:
RewriteRule ^tagcloud/?$ cloud.php

and then add the following line directly below it:
RewriteRule ^sneak/?$ sneak.php

Save and you should be good
Reply With Quote