A complete guide to creating a URL shortener website from the start. Uses jQuery to create an easy to use interface. You can view the demo and use the service at min.bz WEBSITE http FORUM phpacademy.org TWITTER twitter.com FACEBOOK www.facebook.com
Posts Tagged ‘htaccess’
PHP Tutorial // URL Shortener with HTACCESS (Part 2/3)
December 19th, 2010
phpmoz How to make a URL shortener using htaccess and php to get a shortened url that looks like… website.com/Eqeb4 Download The Source Code Package (include a the database file): www.nickfrosty.com
PHP Tutorial // URL Shortener with HTACCESS (Part 1/3)
December 18th, 2010
phpmoz How to make a URL shortener using htaccess and php to get a shortened url that looks like… website.com/Eqeb4 Download The Source Code Package (include a the database file): www.nickfrosty.com
Custom 404 Error Page Tutorial: .htaccess file tip for PHP MySQL Site
July 10th, 2010
phpmoz ErrorDocument 404 /filenotfound.php Little handy .htaccess file tip for all you guys creating dynamic websites on Apache, PHP, MySQL, etc… Create and design your own custom 404 missing document pages.
Custom 404 Error Page Tutorial: .htaccess file tip for PHP MySQL Site
July 10th, 2010
phpmoz ErrorDocument 404 /filenotfound.php Little handy .htaccess file tip for all you guys creating dynamic websites on Apache, PHP, MySQL, etc… Create and design your own custom 404 missing document pages.
.htaccess tip – Force www. in dynamic php mysql flash web site tutorial
November 6th, 2009
phpmoz Here is the code to copy and paste # Make all requests have the www. in them RewriteEngine on RewriteCond %{HTTP_HOST} ^websitename\.com RewriteRule ^(.*)$ www.websitename.com [R=permanent,L] In this quick web development tip Adam Khoury of Flash Building discusses the apache method of forcing script connection in case the www is missing from a URL that requires it for script connection.

Posted in
Tags:

