Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

mariemeh

Pioneers
  • Posts

    136
  • Joined

  • Last visited

  • Days Won

    1

mariemeh last won the day on April 10 2010

mariemeh had the most liked content!

Profile Information

  • Real Name
    Marie
  • Gender
    Male
  • Website

mariemeh's Achievements

  1. Hi, I've been using this contribution for quite a while now but I've just realised today that everything works fine... changing, saving etc... but I'm missing some product... I should have about 810 different products and only 684 get listed. I have pages that are blank where the rest of my products should appear but I can't access them or update them. Anyone every encounter this? Thanks
  2. Unless you posted an update to IP Trap Version 3, you posted this on the wrong thread.
  3. Shoot... I don't know which is more insulting... that it took you so little time to produce one that it would have been less effort to produce something instead of criticizing someone else's efforts? That you could have put your time contributing to help others but chose not to before being called on it? That you would add "Bless you for asking" when you knew that I wasn't asking, just pointing out that you are a loud mouth. Or maybe it's because of people like you that getting help for people less knowledgeable is virtually impossible??? Always amazes me how a question can be ignored because it wasn't asked in the right place or was asked one too many times or that people are ignored because they don't have basic knowledge of all this and people like you show up who apparently have the knowledge and could actually help but would rather spend their time criticizing others and not offering the help this community needs. But then maybe you don't know the meaning of the word.
  4. does this mean you kept your word on one of those statements. Is there a real trap available from you?
  5. which page are you looking at? I was going to say... change it to your store name but when I look at my kissmt language file, it's not written exactly as you written here so I thought maybe you weren't referring to that language file.
  6. I noticed that when you posted your .htaccess file the text of the first few lines was different. Mine looks like this: Options +FollowSymLinks RewriteEngine On RewriteBase /shop/ RewriteRule ^(.*)-p-([0-9]+).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-([0-9_]+).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-([0-9]+).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pi-([0-9]+).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-([0-9]+).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-([0-9]+).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} # Articles contribution RewriteRule ^(.*)-t-([0-9_]+).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-([0-9]+).html$ article_info.php?articles_id=$2&%{QUERY_STRING} # Information pages RewriteRule ^(.*)-i-([0-9]+).html$ information.php?info_id=$2&%{QUERY_STRING} # Links contribution RewriteRule ^(.*)-links-([0-9_]+).html$ links.php?lPath=$2&%{QUERY_STRING} # Newsdesk contribution RewriteRule ^(.*)-n-([0-9]+).html$ newsdesk_info.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-nc-([0-9]+).html$ newsdesk_index.php?newsPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-nri-([0-9]+).html$ newsdesk_reviews_info.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-nra-([0-9]+).html$ newsdesk_reviews_article.php?newsdesk_id=$2&%{QUERY_STRING} did you copy the info from the instructions or did you had to have it a bit different because you had something else that required Rewrite Engine On in your file already? And my apologies if this is a dumb question but I have been distracted enough in the past to make the mistake so figured it wouldn't hurt to ask... the directory in which your store is, is it called "catalog" or something else? or is your store right in the root?
  7. On my redirect issue... here is what I've tried and apparently can't make work. If any of you see something that I did wrong, please feel free to point it out: Robert posted this on this thread a few posts back: I've tried many different ways to make it work but nothing does // set redirects here before USU5 takes over $intercept = array( 'product-name-p-619.html' => HTTP_SERVER . DIR_WS_HTTP_CATALOG . 'product-name-p-763.html' ); foreach ( $intercept as $old_uri => $new_url ) { if ( false !== stripos( $_SERVER['REQUEST_URI'], $old_uri ) ) { // Redirect to $new_url here } } then I figured maybe since we wanted this to happen before USU5 that reverting to this would help... but it didn't: // set redirects here before USU5 takes over $intercept = array( product_info.php?products_id=619' => HTTP_SERVER . DIR_WS_HTTP_CATALOG . product_info.php?products_id=763' ); foreach ( $intercept as $old_uri => $new_url ) { if ( false !== stripos( $_SERVER['REQUEST_URI'], $old_uri ) ) { // Redirect to $new_url here } } I've tried many variations on the code above but I'm guessing there is something I dont' understand about it because I can't make it work I tried varied ways to change the .htaccess file none of them worked. After a lot more seaching, I saw a post mentioning to be careful if the Rewrite Engine was already on... which led me to trying it this way... still didn't work: what I posted over the weekend: I also found this code posted by Robert on another SEO url support thread for person who like me needed to be able to redirect one product page to another product page... again it didn't work: http://www.oscommerce.com/forums/topic/154166-contribution-ultimate-seo-urls-v21-by-chemo/page__view__findpost__p__1396656 I did consider that I might be so bad I this that I was messing up somewhere so I tried everything I could think of. Tried different variation to make sure I wasn't overlooking something. It's as if USU5 prevents any of those redirects to work. I remember being told earlier on that the redirect has to happen before USU5 took over. That if a product had been deleted, because of the cache system, the product just didnt' exists anymore in the database and couldn't be redirected. So I tried with products that were there... still not working
  8. I don't know if this will help but I've learned that I often have to reset the cache when I do modifications and I want them to take effect. My apologies for the waste in time if it's not the case.
  9. in the meantime, I changed my setting to false for non-alphanumrical and reset the cache and the ' didn't show. So it might be that it's something else. Might be that in the code itself something is already there to handle the '. Did you do any editing to the original files? Do you have any character conversion that you set yourself or files to the character conversion folder or have you the Google Sitemap? I was planning on doing the Google map thing but I'm waiting to resolve my issue before adding more to the mix.
  10. it worked on mine. I have quite a few product names that have the '... Like Marie's this and Jenny's that... and when the you look at my seo links they show like maries_this and jennys_that. And I don't remember having to tweak anything. I don't know if this will help but this is how mine is set:
  11. please kick me if this is too dumb... but not too hard... I thought that maybe the code you just posted there (that I had seen on another thread but a bit different but I coudln';t make it work then) could work on direct links from one product to another. Could it work and if so, how shall I phrase it?
  12. no, I think it would be better to not have the 39 show and unless I didn't understand this whole thing well, I was under the impression that punctation in links weren't good. Have you tried going to the SEO Urls configuration bit in admin and set "Remove all non-alphanumeric characters" to true and just have it show "youre"
  13. oh and Robert, I should have mentioned that I tried the myredirects.php code you posted on another SEO contribution support thread and couldn't make it work either. http://www.oscommerce.com/forums/topic/154166-contribution-ultimate-seo-urls-v21-by-chemo/page__view__findpost__p__1396656 Hope this helps
  14. would a redirect in the .htaccess file placed before the redirect rules for USU5 be considered placed before? I've been trying that for the last 24 hours with all the different searches I've done on the forum and found different redirect htaccess codes and it's just not working. So, can I at least know if that would be considered before or if there is something in USU5 that makes any redirect impossible? Because every code I've found so far on this forum for redirect has failed. Of course, it just might be that I'm too dumb. I'll keep searching because I need this but there must be something I don't understand. I don't see the point of getting friendly urls if the customer will only end up on a not found page on a site like mine when that said product is no longer available. I do see from the searches I've done on the different search engines that since I've installed this contrib and the KissMT that my ranking has improved that my links seemed to be picked up and reported by the search engines a lot faster... but getting a customer to my site is one thing, what is hoped for is for them to buy something. A page not found will not get me that. the redirect htaccess code have been trying last was posted by MrPhil and looked something like this and placed right under RewriteBase /shop/ in the .htaccess file: RewriteCond %{HTTP_HOST} ^product_info.php?products_id=622 [NC] RewriteRule ^(.*)$ product_info.php?products_id=619 [R=301,L] Thank you
×
×
  • Create New...