Forcing all requests from one domain name to go to another (and update...
This is a mod_rewrite recipe that will force all requests for your hosting account to be redirected to a particular domain. Here’s an example: You have my-domain.com, my-domain.net, my-domain.org on...
View ArticleGoogle sitemap verification error (404 versus 200)
Question: I have submitted my sitemap to google. During the verifiction process, google reports an error from their verification saying that the server is reporting a status 200 instead of an error...
View ArticleMagpie rss and hosting
Question: I would like to use Magpie to grab RSS feeds. Will this work on my account? Answer: Yes. However you would need to install your own local copy of magpie to your account (it is not...
View ArticleHow can I set php’s include_path
Question: How can I set php’s include_path? Answer: Quck fix for any version With any version of php you can add this to the top of your script: ini_set (...
View ArticleCan you make mysql index 3 letter words? (adjust the ft_min_word_len value)
Question: I want my mysql full-text indexes to index 3 letter words. The default is 4 letters. Can you fix this? Answer: Sure, no problem. Many of our servers already have this set. If yours does not...
View ArticleTikiWiki install problem (500 error)
Question: I’m currently trying to upgrade the web application “TikiWiki” on my site to the latest, stable version but cannot access the install page:...
View ArticleHow do I install drupal on my hosting account
Drupal installs easily on phpwebhosting.com servers. ssh to your server and type the following: 1. Download drupal wget http://ftp.osuosl.org/pub/drupal/files/projects/drupal-4.7.2.tar.gz (get the...
View ArticleWhat do I enter for Host Directory in Dreamweaver?
Question: I’m setting up Dreamweaver and am stumped on what to enter for Host Directory. Can you help? Answer: The host directory is the directory on your hosting account which contains your websites...
View ArticleHow Do I determine the full path to a directory?
Question: I have a script that is asking for the full path to a file. How do I determine this? Answer: Hi, The full path would be: /home/your_username/ plus the rest of the path in your ftp. For...
View ArticleWhy do I get blank form submissions?
Question: Starting last week we have been receiving e-mails (maybe 5-10 a day) that the subject is “Form Submission”. However the email is blank. There is no From or other information in the email....
View Article