

faisalnext
Members-
Content count
12 -
Joined
-
Last visited
Profile Information
-
Real Name
Faisal
-
Ultimate SEO URLs v2.1 --- dont work in Plesk Web Hosting
faisalnext replied to faisalnext's topic in Add-Ons Development
Yes i my hosting is on windows server with iis web server, and it doesn't support apache modrewrite, i asked the support. now what is alternate way to solve this issue. -
Ultimate SEO URLs v2.1 --- dont work in Plesk Web Hosting
faisalnext replied to faisalnext's topic in Add-Ons Development
Sorry, it was mistaked, Ofcourse i am am using, Ultimate SEO V2.2d and i would like to say, it is working 100% on cpanel, but problem in Plesk Hosting, i need to know, is there different settings or different configuration for URL rewriting. -
Ultimate SEO URLs v2.1 --- dont work in Plesk Web Hosting
faisalnext posted a topic in Add-Ons Development
# Ultimate SEO URLs v2.1 was working 100% fine in cpanel, but i have switched to Plesk hosting, it not is working, i get error. 404 - File or directory not found. The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable. following is .htaccess file. # Begin Ultimate SEO V2.2d Options +FollowSymLinks RewriteEngine On 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} RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-by-(.*).html$ all-products.php?fl=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-au-(.*).html$ articles.php?authors_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-f-(.*).html$ faqdesk_info.php?faqdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-fc-(.*).html$ faqdesk_index.php?faqPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-fri-(.*).html$ faqdesk_reviews_info.php?faqdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-fra-(.*).html$ faqdesk_reviews_article.php?faqdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-links-(.*).html$ links.php?lPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-pm-([0-9]+).html$ info_pages.php?pages_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-n-(.*).html$ newsdesk_info.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-nc-(.*).html$ newsdesk_index.php?newsPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-nri-(.*).html$ newsdesk_reviews_info.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-nra-(.*).html$ newsdesk_reviews_article.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-po-([0-9]+).html$ pollbooth.php?pollid=$2&%{QUERY_STRING} Please point out the problem. -
Ultimate SEO URLs v2.1 was working 100% fine in cpanel, but i have switched to Plesk hosting, it not is working, i get error. 404 - File or directory not found. The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable. following is .htaccess file. # Begin Ultimate SEO V2.2d Options +FollowSymLinks RewriteEngine On 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} RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-by-(.*).html$ all-products.php?fl=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-au-(.*).html$ articles.php?authors_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-f-(.*).html$ faqdesk_info.php?faqdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-fc-(.*).html$ faqdesk_index.php?faqPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-fri-(.*).html$ faqdesk_reviews_info.php?faqdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-fra-(.*).html$ faqdesk_reviews_article.php?faqdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-links-(.*).html$ links.php?lPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-pm-([0-9]+).html$ info_pages.php?pages_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-n-(.*).html$ newsdesk_info.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-nc-(.*).html$ newsdesk_index.php?newsPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-nri-(.*).html$ newsdesk_reviews_info.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-nra-(.*).html$ newsdesk_reviews_article.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-po-([0-9]+).html$ pollbooth.php?pollid=$2&%{QUERY_STRING} # End Ultimate SEO V2.2d
-
Plesk Hosting - Ultimate SEO URLs v2.1 - by Chemo
faisalnext posted a topic in General Add-Ons Support
I'm using Ultimate SEO URLs v2.1 - by Chemo for Rewritting URL. It works fines on Cpanel hosting, but I have now changed the hosting, switched to Plesk Hosting Panel, but it shows me following error message. i think there is permission problem. 404 - File or directory not found. The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable. Please point out the problem. -
Hello Hi, everybody, i have just arranged the require contribution for my online shopping website. I am looking now Meta Tag Contribution. there are many contribution available at oscommerce, but i require you experienced people suggestion which to select Best. Please suggest me, which is best, & compatible with Search Engine, Google, yahoo etc. or any suggestion, for online marketing of website, i will be thankful you ever in life. Take Care Faisal
-
I have downloaded the osCommerce Online Merchant v3.0 Alpha 5 version, oscommerce-3.0a5.zip i can't find 2checkout payment module, but i can find 2checkout payment in earlier release osCommerce Online Merchant v2.2 Release is there any 2checkout solution in Alpha Version 3.0, please help me.