Pages

Thursday, October 18, 2012

.htaccess file redirect

// this file must exist in the current server
RewriteCond %{REQUEST_URI} etab$ [NC]

// this file or path can be in a different server
RewriteRule (.*) AM335x_eTAB.php [NC,L]

No comments: