Sweet, thanks! Been looking around for one of these. Hope to take a look at this in the next few days.
Hello, I want to use this script with addon domain on my share hosting(www.domain.com which point to www.mysite.com/domain ) i follow the instruction but i recieve "Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request." anyone know how to solve it? Many Thanks Kobi
Hey Vooler, love the script but it's not QUITE working on my site. I created http://blogurl.info which does not load unless you go to http://blogurl.info/index.php . However, if I remove the .htaccess file the site will load without the /index.php, but either way the created shortlinks only go back to the homepage. Perhaps the .htaccess file needs to be modified?
I figured out the solution. If you're hosting the script in a subfolder, you need to add "/" (shown below in bold) before "index.php..." in .htaccess. So the EDITED .htaccess file should be the following: RewriteEngine on RewriteRule ^/?([A-Z]*)([0-9]*)$ [B]/[/B]index.php?_$2$1 [L] Code (markup): Now both blogurl.info and foodurl.info work like a charm, thanks!
Thanks for the great script man! Im now uploading it on my website. I'll report back once i have finished