skip to Main Content

header code 302 beforer the 404 requested – SEO

I have a .htaccess file with several redirect rules and also this line : ErrorDocument 404 https://www.mapaetmoi.fr/404.php However when I type a url that does not exist such as https://www.mapaetmoi.fr/test/error, and I analyze the header, I have this: URL: https://www.mapaetmoi.fr/test/error…

VIEW QUESTION

jquery ajax post with location.href in data is not working

What is preventing type POST from getting the expected result if using location.href (or window.location.href) as data? This code is not working (it returns nothing): $.ajax({ type: "POST", url: 'page.asp', data: {'q': location.href}, success: function(short_link,status){ console.log('short_link = '+short_link); console.log('status =…

VIEW QUESTION
Back To Top
Search