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.
Hostican hosting plan is cpanel hosting package that allows you to create and customized your own .htaccess file. This offer maximum flexibility on reliable web hosting server. Go to hostican for their latest web hosting promotion that offering at special price $x.95/mo!
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
- Calculate how much bandwidth a website need!
- Hostican uptime & Hostican review for July 2010
- Quality web hosting with hostican dedicated server
- How & Where to download free website templates?
- Tips to dramatically Boost sales conversion for free!
- Hostican uptime & Hostican review for June 2010
- Hostican uptime & Hostican review for May 2010
- WordPress blog Redirect non-www page to www
- Create your own error page for your website
- Hostican billing & pay your web hosting bill online
















