Page 105 of 245 FirstFirst ... 55595103104105106107115155205 ... LastLast
Results 1,041 to 1,050 of 2445
  1. #1041
    Join Date
    Apr 2008
    Posts
    154
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by DivaVocals View Post
    Then my other recommendation at this point is probably in order.. You might need to hire someone to help you get this all setup for you..
    again i have to ask - where do i go to find someone good..
    Website Developer and Search Engine Optimazation Boise Idaho. Details at BoiseWired.com

  2. #1042
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by tyankee View Post
    is this a joke?? how in the world would anyone think this would affect the URI redirection of the CEON module?? yikes.. as for the folder name, that may be a good suggestion but it has NOTHING to do with this problem.
    Not a joke, and to lhungil's credit he's trying to be subtle so as not to broadcast you admin folder name on the open forum.

    So let me be more direct. The .htaccess file for this module has a directive that prevents the admin folder (or anything named similar to the admin folder) from being re-directed..

    so using the example you provided, ("medieval-clothing.html)", and knowing the issue you are having it's pretty EASY to figure out what your admin URL is.. Is it clear now what the issue is?

    if I could GUESS what your admin folder was ANYONE could.. So please follow the suggestions both lhungil and I provided on how to better name your admin folder.

    Quote Originally Posted by tyankee View Post
    again i have to ask - where do i go to find someone good..
    You could post a seperate message on the forum that you are looking for professional help and see what responses you get.. you could check out the many free lance websites out there..
    Last edited by DivaVocals; 29 Jan 2013 at 01:16 AM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #1043
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Idea or Suggestion Re: Ceon URI Mapping v4.x

    Quote Originally Posted by tyankee View Post
    is this a joke?? how in the world would anyone think this would affect the URI redirection of the CEON module?? yikes.. as for the folder name, that may be a good suggestion but it has NOTHING to do with this problem.
    Not a joke. RewriteCond statements preceding a RewriteRule determine if the RewriteRule will run.

    Go back and look at the list of RewriteCond statements in your .htaccess file. In the .htaccess file you posted you will see the following:
    Code:
    # Don't rewrite admin directory
    RewriteCond %{REQUEST_URI} !^/backend [NC]
    This line says "Do not rewrite any requests made to any URI which starts with /backend".

    There are also some other RewriteCond statements in the .htaccess which may potentially impact other URLs you are using if they match and are thus excluded. You may wish to look through your URIs and make sure nothing else conflicts.
    Last edited by lhungil; 29 Jan 2013 at 01:22 AM.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  4. #1044
    Join Date
    Apr 2008
    Posts
    154
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by lhungil View Post
    Not a joke. RewriteCond statements preceding a RewriteRule determine if the RewriteRule will run.

    Go back and look at the list of RewriteCond statements in your .htaccess file. In the .htaccess file you posted you will see the following:
    Code:
    # Don't rewrite admin directory
    RewriteCond %{REQUEST_URI} !^/backend [NC]
    This line says "Do not rewrite any requests made to any URI which starts with /backend".
    not sure exactly what you are saying here but you don't really think i would put the name of my admin section publicly in this forum, do you?? it is not 'backend' - that would be stupid.. i changed it for display purposes here.. and just because someone questions you, doesn't mean they are 'arguing' - where in the world did we become so sensitive as a nation/world.. we are searching for answers here - it's just that simple.
    Website Developer and Search Engine Optimazation Boise Idaho. Details at BoiseWired.com

  5. #1045
    Join Date
    Apr 2008
    Posts
    154
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by DivaVocals View Post
    Not a joke, and to lhungil's credit he's trying to be subtle so as not to broadcast you admin folder name on the open forum.

    So let me be more direct. The .htaccess file for this module has a directive that prevents the admin folder (or anything named similar to the admin folder) from being re-directed..

    so using the example you provided, ("medieval-clothing.html)", and knowing the issue you are having it's pretty EASY to figure out what your admin URL is.. Is it clear now what the issue is?

    if I could GUESS what your admin folder was ANYONE could.. So please follow the suggestions both lhungil and I provided on how to better name your admin folder.


    You could post a seperate message on the forum that you are looking for professional help and see what responses you get.. you could check out the many free lance websites out there..
    i'm curious - what do you think the admin section name is?? i'm going to change it and it's only a test site so don't worry about posting here - or PM me is you're worried.
    Website Developer and Search Engine Optimazation Boise Idaho. Details at BoiseWired.com

  6. #1046
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by tyankee View Post
    i'm curious - what do you think the admin section name is?? i'm going to change it and it's only a test site so don't worry about posting here - or PM me is you're worried.
    I've already been to your admin page.. so has lhungil.. I'm not going to post it.. but I'll be happy to post a screenprint if you are just INSISTING on proof.. We guessed it based on the issue you are having and the URI that you are having an issue with.. that's why we are telling you that if you change it that the issue you are having will go away.. You don't have to believe us, but instead of arguing why not try making the change we suggest..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #1047
    Join Date
    Apr 2008
    Posts
    154
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by DivaVocals View Post
    I've already been to your admin page.. so has lhungil.. I'm not going to post it.. but I'll be happy to post a screenprint if you are just INSISTING on proof.. We guessed it based on the issue you are having and the URI that you are having an issue with.. that's why we are telling you that if you change it that the issue you are having will go away.. You don't have to believe us, but instead of arguing why not try making the change we suggest..
    again NOT arguing - why do you people insist this.. i'm just asking questions and digging for answers.. why so sensitive?? and why the need to 'talk down' or 'talk superior' when you are obviously dealing with a newbie here.. not very friendly i'd say (if i were the sensitive type).. and yes i just changed it.. and yes it now works.. but i have to ask - why was that so hard to tell me many posts ago - why just say change your admin name because it's conflicting with your htaccess - instead of 're-read the readme' when it's obvious i've read that many times now and didn't understand it.. and if your answer is you were worried about my sites security, you could have very easily PM'ed me.. that kind of stuff is NOT free advice - it's just fishing for clients..
    Website Developer and Search Engine Optimazation Boise Idaho. Details at BoiseWired.com

  8. #1048
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by tyankee View Post
    again NOT arguing - why do you people insist this.. i'm just asking questions and digging for answers.. why so sensitive?? and why the need to 'talk down' or 'talk superior' when you are obviously dealing with a newbie here.. not very friendly i'd say (if i were the sensitive type)..
    The only sensitive person here has been you. countrycharm, lhungil and myself continued helping you despite the fact that you have not been terribly nice at all in many of your responses. There was no superior talk or talking down.. That's YOUR interpretation perhaps, but it's FAR from the truth.

    Quote Originally Posted by tyankee View Post
    and yes i just changed it.. and yes it now works..
    You're welcome.. glad you got it all worked out..

    Quote Originally Posted by tyankee View Post
    but i have to ask - why was that so hard to tell me many posts ago - why just say change your admin name because it's conflicting with your htaccess - instead of 're-read the readme' when it's obvious i've read that many times now and didn't understand it.. and if your answer is you were worried about my sites security, you could have very easily PM'ed me..
    Hard?? How about:

    • Because we didn't have THE ANSWER at the tip of our fingertips.. (we can't see your store so we have to rely on the information you provide to help you)
    • It was clear that you hadn't made the crucial change that's laid out in the readme to get your products working (which is why I repeatedly pointed you back to it and even told you WHERE you would find the answer)
    • At one point you made the statement that the instructions in the readme weren't going to help you accomplish what you stated originally what you wanted to do, but never said why you thought this was the case (ultimately you made the change suggested which accomplished what you stated you were trying to do)
    • You didn't mention upfront that you were trying to use the Mapping Manager program to generate your URIs.. (this is IMPORTANT information)
    • We didn't know what your .htaccess file looked like (until countrycharm asked you to post it and only after you FINALLY made the changes that I repeatedly suggested).
    • After posting your category issue and the results of your .htaccess, lhungil took a GUESS and figured out that your issue was because your category URI included part of your admin folder name. I confirmed his findings and we BOTH posted an answer and a recommendation for renaming your admin folder for you. (to which you posted a few argumentative responses before making the suggested changes)


    What was so hard??? Seriously?????

    Quote Originally Posted by tyankee View Post
    that kind of stuff is NOT free advice - it's just fishing for clients..
    For the record I don't come to this forum "fishing for clients", and invite you to show where in my 5 year history participating on this forum, contributing modules and support, and occasionally asking for help from others where this has EVER been my M.O.

    Oh that's right..

    You don't have time to read the forum. Meanwhile I'm living my mother's basement, and spending all day on this forum (apparently fishing for clients) while you are too busy making money..

    Glad you got it all worked out.. So let me hop in my Supercharged Mustang and head back to my mother's basement..

    Happy Zenning..
    Last edited by DivaVocals; 29 Jan 2013 at 03:41 AM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #1049
    Join Date
    Apr 2008
    Posts
    154
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by DivaVocals View Post
    The only sensitive person here has been you. countrycharm, lhungil and myself continued helping you despite the fact that you have not been terribly nice at all in many of your responses. There was no superior talk or talking down.. That's YOUR interpretation perhaps, but it's FAR from the truth.


    You're welcome.. glad you got it all worked out..

    Hard?? How about:

    • Because we didn't have THE ANSWER at the tip of our fingertips.. (we can't see your store so we have to rely on the information you provide to help you)
    • It was clear that you hadn't made the crucial change that's laid out in the readme to get your products working (which is why I repeatedly pointed you back to it and even told you WHERE you would find the answer)
    • At one point you made the statement that the instructions in the readme weren't going to help you accomplish what you stated originally what you wanted to do, but never said why you thought this was the case (ultimately you made the change suggested which accomplished what you stated you were trying to do)
    • You didn't mention upfront that you were trying to use the Mapping Manager program to generate your URIs.. (this is IMPORTANT information)
    • We didn't know what your .htaccess file looked like (until countrycharm asked you to post it and only after you FINALLY made the changes that I repeatedly suggested).
    • After posting your category issue and the results of your .htaccess, lhungil took a GUESS and figured out that your issue was because your category URI included part of your admin folder name. I confirmed his findings and we BOTH posted an answer and a recommendation for renaming your admin folder for you. (to which you posted a few argumentative responses before making the suggested changes)


    What was so hard??? Seriously?????


    For the record I don't come to this forum "fishing for clients", and invite you to show where in my 5 year history participating on this forum, contributing modules and support, and occasionally asking for help from others where this has EVER been my M.O.

    Oh that's right..

    You don't have time to read the forum. Meanwhile I'm living my mother's basement, and spending all day on this forum (apparently fishing for clients) while you are too busy making money..

    Glad you got it all worked out.. So let me hop in my Supercharged Mustang and head back to my mother's basement..

    Happy Zenning..

    dealing with you is like going to the dentist and asking him why your teeth hurt and he responds 'look it up online'.. i'd gladly give you a testimonial stating i'd never hire you.. i got to the answers i needed by persistence in the face of mocking and deriding. sure hope others on other threads are not this bad but i'm sure they are not as i've been doing this since 1979 and learned that there are always a small percentage of know it alls, who couldn't teach a first grader how to tie their shoes.. and this does not pertain to ANYONE else who tried to help me - some advice was good, some not but at least not condescending..
    Website Developer and Search Engine Optimazation Boise Idaho. Details at BoiseWired.com

  10. #1050
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by tyankee View Post
    i'd gladly give you a testimonial stating i'd never hire you..
    Ouch.. that really hurts my feelings.. Guess I'll have to fish elsewhere..

    Quote Originally Posted by tyankee View Post
    i got to the answers i needed by persistence in the face of mocking and deriding.
    Because of course you were so well mannered through the process..

    Quote Originally Posted by tyankee View Post
    sure hope others on other threads are not this bad but i'm sure they are not as i've been doing this since 1979 and learned that there are always a small percentage of know it alls, who couldn't teach a first grader how to tie their shoes.. and this does not pertain to ANYONE else who tried to help me - some advice was good, some not but at least not condescending..
    Uh huh.. okay..
    Last edited by DivaVocals; 29 Jan 2013 at 05:53 AM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 

Similar Threads

  1. v139d Ceon uri mapping, how to generate uri mapping for bulk bulk-imported products?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 8 Jan 2013, 06:52 AM
  2. CEON URI Mapping
    By jmkent in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 22 Nov 2012, 04:28 PM
  3. Ceon URI Mapping (SEO)
    By conor in forum All Other Contributions/Addons
    Replies: 2906
    Last Post: 9 Sep 2011, 08:31 AM
  4. Ceon URI Mapping v4
    By conor in forum All Other Contributions/Addons
    Replies: 110
    Last Post: 14 Aug 2011, 02:51 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR