PHP Classes

File: htaccess_tips_trick.txt

Recommend this page to a friend!
  Classes of Kabir Hossain   PHP CodeIgniter Tips Tricks   htaccess_tips_trick.txt   Download  
File: htaccess_tips_trick.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: PHP CodeIgniter Tips Tricks
Collection of tips and examples to use CodeIgniter
Author: By
Last change:
Date: 21 days ago
Size: 297 bytes
 

Contents

Class file image Download
RewriteCond %{HTTP_HOST} ^xyz\.domain\.com$ RewriteRule ^/(.*) http://domain.com/$1 [redirect,last] RewriteEngine On RewriteCond %{HTTP_HOST} ^blog\.mysite\.com RewriteRule ^(.*)$ /blog/$1 [L] http://www.scriptygoddess.com/archives/2007/06/13/redirect-a-subdomain-to-a-directory-using-htaccess/