A project on how to attract web traffic to web sites and blogs.

Project Heavy Traffic 2.0

» Currently browsing: How to


How to update .htaccess file

December 23rd, 2007 at » Comments (0)

If you want to change your Permalink Structure in WordPress from :

http://www.projectheavytraffic.com/?p=123  
to

http://www.projectheavytraffic.com/2007/12/23/sample-post/  
All you have to do is:  

1. Create a new file called “.htaccess” in any text editor and past the following content   <IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>  into the .htaccess file. 2. Upload the file to your homepage root folder.
3. Go to […]



  • Recent Comments

    • Janice: MT, I tagged you over at mine… http://janiceng.blogspot.com/2 008/03/friendship-chain.html...
    • Shawn: Hehe~ I used to be Addicted to World of Warcraft until I stumbled upon the World of Blogging ^_^ Shawn’s...
    • keeyit: Edison chen very famous lol…
    • Maketraffic: Thanks my friends for all your compliments and comments. It is very encouraging to me. Cheers!...
    • Eric Hritsko: Thanks. This really helped. Eric Hritsko’s last blog post..Anger Slows Healing Process after...
    • axileon: thumbs up for you…. yes blogging is the future to advertising…. we are switching towards that i...
    • Grant: I think getting traffic is the main aim with which we develop a website. A website with no or very less...