| 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
|