Mobile app version of vmapp.org
Login or Join
Sims2060225

: Apache Rewrite to folder no longer working after server upgrade The following were both working perfectly for the last 2 years but after a server upgrade the first, with an extra folder is

@Sims2060225

Posted in: #Apache #Centos #ModRewrite

The following were both working perfectly for the last 2 years but after a server upgrade the first, with an extra folder is no longer working:

RewriteCond %{HTTP_HOST} ^www.mayoaccommodation.com$ [OR]
RewriteCond %{HTTP_HOST} ^mayoaccommodation.com$
RewriteRule ^(.*)$ www.mayo-ireland.ie/accommodation/ [P]

RewriteCond %{HTTP_HOST} ^www.mayobb.com$ [OR]
RewriteCond %{HTTP_HOST} ^mayobb.com$
RewriteRule ^(.*)$ www.mayo-ireland.ie/accommodation_bb.htm [P]


Has there been a change in the rewrite module?

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Sims2060225

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme