Order Information
Knowledgebase
Articles
$_SERVER['DOCUMENT_ROOT'] Doesn't Include My Web Site Root Directory

Due to the clustered system of Apache servers used to handle PHP files, if you use...
Views: 641
Client IP from $_SERVER['REMOTE_ADDR'] is Always the Same

If your scripts use $_SERVER['REMOTE_ADDR'] to get the client's IP address, they will always show...
Views: 598
mod_rewrite is Not Working

In the .htaccess file containing your rewrite rules, after RewriteEngine on, add RewriteBase /...
Views: 949