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.