Showing posts with label basic. Show all posts
Showing posts with label basic. Show all posts

Thursday 10 April 2014

Basic Htaccess Redirect


Basic Htaccess Redirection

RewriteCond %{REQUEST_URI} ^/dir/admin/index.php$
RewriteRule ^admin/index.php$  /dir/views/admin/index.php [L]