|
.htaccess redirect to sub directory |
|
1. Create a .htacess file w/ notepad.
2. Add the following line:
Redirect Permanent /index.html http://www.yoursiteurl.com/subfolder/index.php
Redirect Permanent /index.html (old url) http://www.yoursiteurl.com/subfolder/index.php (new url)
3. Save and uplod to the your site.
|