One of reason i love php script is that it allows me to have permalink feature and url redirection. I can implement these permalink feature in my wordpress blog, or even to my joomla cms site. Replacing the url with meaningful keywords is much better than having integer or numeric as URL.
To achieve this permalink feature, you need to have the .htaccess overwrite feature in your php hosting plan. Although you can achieve the same effect in asp hosting, we will not discuss how its going to be done in asp. We will talk on php .htaccess overwrite only.
Create you .htaccess file and upload to server through ftp client. Simple as that, and your .htaccess overwritting is running. Following are the sample of .htaccess file for this hostican review wordpress blog:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Leave a Reply
10 Most Recent Posting
- Hostican plesk vps hosting
- Hostican review after 17 months hosted
- Hostican uptime for October 2008
- Hostican uptime for september 2008
- Hostican forum & web hosting forum
- Hostican backup
- Hostican in Top web hosting review
- Hostican domain privacy is free
- Hostican speed test for september 2008
- Hostican uptime for August 2008































