Tag Archives: htaccess

url rewriting guide

ShareIntroduction to mod_rewrite The Apache module mod_rewrite is a killer one, i.e. it is a really sophisticated module which provides a powerful way to do URL manipulations. With it you can do nearly all types of URL manipulations you ever … Continue reading

Posted in apache, htaccess | Tagged , , , | Leave a comment

mod_rewrite cheat sheet

Share mod rewrite cheat sheet – Upload a Document to Scribd

Posted in htaccess | Tagged , , , , | Leave a comment

error using mod_rewrite

ShareI got an error using mod_rewrite on my local server and it was only solved when I put  Options +FollowSymLinks but on live server using Options +FollowSymLinks gave me an error so I removed it. Well anyway, I came across … Continue reading

Posted in apache, server | Tagged , | Leave a comment

How to make subfolder the main folder for your main domain

ShareI’m organizing our server and wanted to make subfolder the main folder for our main domain. Here’s some code to do it from hostmonster.com # Hostmonster.com # .htaccess main domain to subfolder redirect # Copy and paste the following code … Continue reading

Posted in server | Tagged , , | Leave a comment