Mobile app version of vmapp.org
Login or Join
Courtney195

: 410 permanent delete not working I've deleted a web page permanently and also added this rule in the bottom of my .htaccess: RewriteRule ^paysignet-payment-gateway-features-and-benefits.html$ - [G,L]

@Courtney195

Posted in: #Http

I've deleted a web page permanently and also added this rule in the bottom of my .htaccess:

RewriteRule ^paysignet-payment-gateway-features-and-benefits.html$ - [G,L]


But this url of this page: www.creditcardpaymentgateways.in/paysignet-payment-gateway-features-and-benefits.html is returning 404 from the server rather than a 410.

What could be the problem?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Courtney195

1 Comments

Sorted by latest first Latest Oldest Best

 

@Harper822

Try putting that line at the top of your .htaccess file instead of at the bottom. It's possible that another RewriteRule is taking effect before that one. (Probably one that also uses an L/last flag, which would mean your 410 rule would never be evaluated.)

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme