Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Elkanario

Archived
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Elkanario

  1. The path is Ok. My .htaccess in root / RewriteEngine On # Change "folder" to your catalog directory name RewriteBase / RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING php_flag register_globals on RedirectMatch permanent ^/tienda/$ http://www.microfiel.com/ <Files 403.shtml> order allow,deny allow from all </Files> deny from 200.44.195.92 ------------------- In /googlesitemap/ do not have .htaccess update Thanks
  2. http://www.microfiel.com/googlesitemap/index.php I have the attributes put in 777 and the files update correctly.
  3. I have the following error Can they help me? Warning: fopen(datos/home/microfie/public_html/sitemapproducts.xml): failed to open stream: No such file or directory in /datos/home/microfie/public_html/googlesitemap/sitemap.class.php on line 291 ERROR: Google Product Sitemap Generation FAILED! Warning: fopen(datos/home/microfie/public_html/sitemapcategories.xml): failed to open stream: No such file or directory in /datos/home/microfie/public_html/googlesitemap/sitemap.class.php on line 291 ERROR: Google Category Sitemap Generation FAILED! Warning: fopen(datos/home/microfie/public_html/sitemapindex.xml): failed to open stream: No such file or directory in /datos/home/microfie/public_html/googlesitemap/sitemap.class.php on line 291 ERROR: Google Sitemap Index Generation FAILED! Array ( [QUERY] => Array ( [PRODUCTS] => Array ( [sTATUS] => success [NUM_ROWS] => 1436 ) [CATEOGRY] => Array ( [sTATUS] => success [NUM_ROWS] => 129 ) ) [sAVE_FILE_XML] => Array ( [0] => Array ( [file] => datos/home/microfie/public_html/sitemapproducts.xml [status] => failure [file_exists] => false ) [1] => Array ( [file] => datos/home/microfie/public_html/sitemapcategories.xml [status] => failure [file_exists] => false ) [2] => Array ( [file] => datos/home/microfie/public_html/sitemapindex.xml [status] => failure [file_exists] => false ) ) ) Thanks and sorry for my English evil
×
×
  • Create New...