Mobile app version of vmapp.org
Login or Join
Nickens628

: 301 redirect specific URLs I have a lot of 404 pages looks like that: lalala/lalala/Users_PasswordReminder.aspx?something=lala lilili/lilili/Users_PasswordReminder.aspx /Users_PasswordReminder.aspx?username=admin

@Nickens628

Posted in: #301Redirect #Htaccess #Url

I have a lot of 404 pages looks like that:


lalala/lalala/Users_PasswordReminder.aspx?something=lala
lilili/lilili/Users_PasswordReminder.aspx
/Users_PasswordReminder.aspx?username=admin
etc.


I want all of the URLs who have Users_PasswordReminder.aspx redirect to my main page of my domain.

how can I do that with .htaccess?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Nickens628

1 Comments

Sorted by latest first Latest Oldest Best

 

@Courtney195

Use this:

RedirectMatch 301 Users_PasswordReminder.aspx example.com

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme