Can you push a fix for this please? We use the plugin to catch what happens when someone wanders into a 404 and this typo has got to be affecting pretty much all users.
Cheers!
After a cpanel upgrade I still don’t have a spell check button 🙁 I hoped 2.1 would fix it but no such luck.
sorry, yes in the root.
Have a look over this site for more examples : http://www.4webhelp.net/tutorials/misc/mod_rewrite.php 🙂
Try using mod_rewrite
In that folder put a file called .htaccess containing (note that you’ll need show hidden files switch on in your ftp client)
RewriteEngine on
#RewriteRule Pattern Substitute (Optional Flags)
RewriteRule /stillachild/(.*) /wp/index.php/category/catname/$1
Your mileage may vary though.