url rewriting - Redirect issue with .htaccess file -
I'm trying to add a redirect to my My Any help would be great Try: Place this in your document root in the Put it in the .htaccess file and I> + < Sign in to / Code> URL.
.htaccess file
Redirect 301 "^ http: //www.emfs.info/glossary/glossary+c.htm$ "Http://www.emfs.info/glossary-2/"
emfs.info , then you do not need to use the entire URL structure.
mod_alias is being loaded.
Redirecting Permanent / Glossary / Glossary + C.htm $ / glossary-2 /
.htaccess file. If you want another method by using
mod_rewrite , try the following:
RewriteBase / RewriteCond% {HTTP_HOST} www at RewriteEngine .emfs \ .info $ RewriteRule ^ /? Vocabulary / Glossary \ + c.htm $ / glossary-2 / [R = 301, L]
htaccess file in the same place. / P>
Comments
Post a Comment