I have disabled products in magento which are showing 404 not found crawling error – SEO
I have disabled products in magento which are showing 404 not found crawling error,I want to remove this crawling errors for seo
I have disabled products in magento which are showing 404 not found crawling error,I want to remove this crawling errors for seo
I have try to run the system rollback from the Magento admin page. Unfortunately it is not working from our end and getting error "Not enough permissions to perform rollback" How can I solve this error ? 1) Website is…
I'm trying to add a jQuery gallery to a dynamic php page that uses an AJAX menu to filter products (Magento). When a selectable menu item is released or the 'clear all' button is pushed to reload the original stack…
We are developing an eCommerce store using CodeIgniter framework. We need category management module, is it possible? And I have one query example below: www.xyz.com/jewelry/ring This is default URL, we can update this URL like www.xyz.com/jewelry/ring-for-man Is it possible using…
This is my host file: server { root /path/to/root/domain/html; index index.php; server_name servername.de; location / { index index.html index.php; try_files $uri $uri/ @handler; expires 30d; } location ^~ /(app|includes|lib|media/downloadable|pkginfo|report/config.xml|var)/ { internal; } location /var/export/ { internal; } location /. {…
Below line of code is present in my template's head.phtml <meta name="keywords" content="<?php echo htmlspecialchars($this->getKeywords()) ?>" /> But when I view source of page the meta keywords tag is missing. Somehow Magento is removing the entire tag. Can you please…
Hope someone can help! I keep getting these files created in /tmp which creates error below when trying to access web or even the plesk panel until I go in via SSH or FTP and manually delete it (#sql_1ed7_0.MYD): ERROR:…
I have a large catalog I've imported from oscommerce, 127,428 products to be exact. They've come through to magento as simple products with one image. I have been unsuccessful at getting the indexing to work even at the command line…
I posted this question on magento.stackexchange but not get my solution so posting here.Can view on this link. I want that user can access my site with or without www.But it didn't work with www. My site removing www from…
I have moved a magento site rackspace windows cloud server to another windows server that have plesk installed. After migration I have changed my base URL from core_config_data to plesk site preview link and deleted all files from cache folder,…