Wednesday, May 16, 2018

Redirecting a Web Folder Directory to another Directory in htaccess

Redirecting a Web Folder Directory to another Directory in htaccess: "Redirecting within the same domain
Using htaccess in your root level of your web server, how you redirect one page to another is:

RewriteRule ^url-string-to-redirect$ http://www.yourdomain.com/your-new-url-string [R=301,L]"



'via Blog this'