Using .htaccess 












Using .htaccess/.htpasswd Password Protection 


php5
php5
Coding Tips 






Uploads and Downloads 

php5
php5
php5
Mail 



php5


Working with Images 


Frequently Requested Website Functionality 
php5
php5

php5 see it on this page
php5








Using PHP 
php5
php5
php5


Website Managment 







php5

php5
Other Tips 







Prevent direct access to a pointer or subdomain directory
If you set up a domain pointer (or subdomain) using a directory that is created within your main domain directory, you can also get to the pointed site by using http://maindomain.com/pointerdirectory. You can fix this using the code below in a .htaccess file in your pointed domain directory. If you try to access the directory with the wrong domain name (not the pointer domain or subdomain) it will re-route the request back to requested domain name (the main domain).