| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
#1
|
|||||||
|
|||||||
![]() can anyone tell me jow to do a 410 in x-cart 5 please?
thanks scott
__________________
version 5.3.1 on dedicated server. |
|||||||
#2
|
|||||||||
|
|||||||||
![]() Quote:
I'm sorry, what is "410"?
__________________
Alex Solovev, Qualiteam --- User manual Video tutorials X-Cart FAQ You are welcome to press "Thanks" button if you find this post useful ![]() Click here to learn how to apply patches X-Cart Extensions |
|||||||||
#3
|
|||||||
|
|||||||
![]() page removed/no longer available
scott
__________________
version 5.3.1 on dedicated server. |
|||||||
#4
|
|||||||||
|
|||||||||
![]() Where do you want to respond with this HTTP status?
Please could you describe the desired behaviour in details?
__________________
Alex Solovev, Qualiteam --- User manual Video tutorials X-Cart FAQ You are welcome to press "Thanks" button if you find this post useful ![]() Click here to learn how to apply patches X-Cart Extensions |
|||||||||
#5
|
|||||||
|
|||||||
![]() The desired behaviour is user goes to web page which I have removed he then sees a 410 page.
Old style code used to be like this: Redirect 410 /example.html This does not work with x-cart 5 So I am guessing it needs to be something like the format here: RewriteCond %{REQUEST_URI} ^/example.html$ RewriteRule ^.*$ 410page.html [R=410,L] But I don't know thanks
__________________
version 5.3.1 on dedicated server. |
|||||||
#6
|
|||||||||
|
|||||||||
![]() Do you mean responding with 410 Gone for products and categories that you removed? If so, a simple change in .htaccess is not enough, I think. You should track removed URLs inside X-Cart and respond with 410 from there.
__________________
Alex Solovev, Qualiteam --- User manual Video tutorials X-Cart FAQ You are welcome to press "Thanks" button if you find this post useful ![]() Click here to learn how to apply patches X-Cart Extensions |
|||||||||
#7
|
|||||||||
|
|||||||||
![]() Try one of these:
Code:
OR Code:
|
|||||||||
#8
|
|||||||
|
|||||||
![]() Quote:
I do not know what you mean? items deleted inside the shop so url should already have gone? So I need to tell the search engines it will not be back?
__________________
version 5.3.1 on dedicated server. |
|||||||
![]() |
|
Thread Tools | Search this Thread |
|
|
|
|||
X-Cart forums © 2001-2020
|