Results 1 to 10 of 2445

Hybrid View

  1. #1
    Join Date
    May 2008
    Location
    orlando, florida
    Posts
    27
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Has anyone had issues with CEON not playing well with Captcha? The Captcha field does not appear on the contact or create account page when the URI is set. I changed the URI for the contact page to /index.phpmain_pagecontact_us and the Captcha now appears. But, the login page does not show the Captcha and then errors out when a new account is created, showing that Captcha was not entered. I tried changing the URI mapping on both the login and create account pages with no luck. So, I had to disable Captcha on create account.

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

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by joepixel View Post
    Has anyone had issues with CEON not playing well with Captcha? The Captcha field does not appear on the contact or create account page when the URI is set. I changed the URI for the contact page to /index.phpmain_pagecontact_us and the Captcha now appears. But, the login page does not show the Captcha and then errors out when a new account is created, showing that Captcha was not entered. I tried changing the URI mapping on both the login and create account pages with no luck. So, I had to disable Captcha on create account.
    Did you try a thread search to search this thread for CAPTCHA? If this has been an reported issue you ahould find the info that way..
    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. #3
    Join Date
    Jul 2009
    Location
    Norwich, UK
    Posts
    120
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Hi Guys, installed the plugin, added the code for .htaccess - I have an issue. If i have yourdomain.co.uk/blog ect and it's now showing the page not found.

    Any ideas on what to do, or could someone include a fresh .htaccess file?

    Thanks.

    James
    FMUK Consulting - Web Design & Development | Graphics | Marketing | Apps - http://www.FMUKConsulting.co.uk

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

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by PetleyJ View Post
    Hi Guys, installed the plugin, added the code for .htaccess - I have an issue. If i have yourdomain.co.uk/blog ect and it's now showing the page not found.

    Any ideas on what to do, or could someone include a fresh .htaccess file?

    Thanks.

    James
    What would be REALLY helpful is to post the .htaccess file.. (will keep folks from guessing a bit..) Also a link to the site would also help.. Are you sure the issue isn't with your blog's .htaccess file???
    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.

  5. #5
    Join Date
    Jul 2009
    Location
    Norwich, UK
    Posts
    120
    Plugin Contributions
    0

    application error Re: Ceon URI Mapping v4.x

    Hi Diva,

    the link is: --- WARNING!! ADULT SITE! NSFW! http://naughtynightsuk.co.uk

    If you try /competitions or /community ect you will see it comes up with the ZC sitemap.

    I can confirm the directories are there.

    Here's what's in the .htaccess file in the root.

    ## BEGIN CEON URI MAPPING REWRITE RULE

    RewriteEngine On

    # Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])
    RewriteCond %{REQUEST_URI} !\.[a-z]{2,5}$ [NC]
    # Don't rewrite any URIs for some, popular specific file format extensions,
    # which are not covered by main file extension condition above
    RewriteCond %{REQUEST_URI} !\.(mp3|mp4|h264)$ [NC]
    # Don't rewrite any URIs for some specific file format extensions,
    # which are not covered by main file extension condition above
    # Uncomment the following line to apply this condition! (Remove the # at the start of the next line)
    #RewriteCond %{REQUEST_URI} !\.(3gp|3g2|h261|h263|mj2|mjp2|mp4v|mpg4|m1v|m2v|m4u|f4v|m4v|3dml)$ [NC]
    # Don't rewrite admin directory
    RewriteCond %{REQUEST_URI} !^/administration [NC]
    # Don't rewrite editors directory
    RewriteCond %{REQUEST_URI} !^/editors/ [NC]
    # Don't rewrite bellsconfectionary directory
    RewriteCond %{REQUEST_URI} !^/bellsconfectionary/ [NC]
    # Don't rewrite logs directory
    RewriteCond %{REQUEST_URI} !^/logs/ [NC]
    # Don't rewrite blog directory
    RewriteCond %{REQUEST_URI} !^/blog/ [NC]
    # Don't rewrite wpimages directory
    RewriteCond %{REQUEST_URI} !^/wpimages/ [NC]
    # Don't rewrite tempEP directory
    RewriteCond %{REQUEST_URI} !^/tempEP/ [NC]
    # Don't rewrite bells directory
    RewriteCond %{REQUEST_URI} !^/bells/ [NC]
    # Don't rewrite adultshoppingdirect directory
    RewriteCond %{REQUEST_URI} !^/adultshoppingdirect/ [NC]
    # Don't rewrite toycleaner.co.uk directory
    RewriteCond %{REQUEST_URI} !^/toycleaner\.co\.uk/ [NC]
    # Don't rewrite waste directory
    RewriteCond %{REQUEST_URI} !^/waste/ [NC]
    # Don't rewrite shop directory
    RewriteCond %{REQUEST_URI} !^/shop/ [NC]
    # Don't rewrite cuminajiffy.co.uk directory
    RewriteCond %{REQUEST_URI} !^/cuminajiffy\.co\.uk/ [NC]
    # Don't rewrite parties directory
    RewriteCond %{REQUEST_URI} !^/parties/ [NC]
    # Don't rewrite te-amouk directory
    RewriteCond %{REQUEST_URI} !^/te\-amouk/ [NC]
    # Don't rewrite classes directory
    RewriteCond %{REQUEST_URI} !^/classes/ [NC]
    # Don't rewrite optional arrows directory
    RewriteCond %{REQUEST_URI} !^/optional\ arrows/ [NC]
    # Don't rewrite community directory
    RewriteCond %{REQUEST_URI} !^/community/ [NC]
    # Don't rewrite hub directory
    RewriteCond %{REQUEST_URI} !^/hub/ [NC]
    # Don't rewrite competitions directory
    RewriteCond %{REQUEST_URI} !^/competitions/ [NC]
    # Don't rewrite modules directory
    RewriteCond %{REQUEST_URI} !^/modules/ [NC]
    # Don't rewrite cgi-bin directory
    RewriteCond %{REQUEST_URI} !^/cgi\-bin/ [NC]
    # Don't rewrite 50shadesgrey.co.uk directory
    RewriteCond %{REQUEST_URI} !^/50shadesgrey\.co\.uk/ [NC]
    # Don't rewrite question directory
    RewriteCond %{REQUEST_URI} !^/question/ [NC]
    # Don't rewrite myfiles directory
    RewriteCond %{REQUEST_URI} !^/myfiles/ [NC]
    # Don't rewrite wpscripts directory
    RewriteCond %{REQUEST_URI} !^/wpscripts/ [NC]
    # Don't rewrite anglia-courier-services.co.uk directory
    RewriteCond %{REQUEST_URI} !^/anglia\-courier\-services\.co\.uk/ [NC]
    # Don't rewrite wp-content directory
    RewriteCond %{REQUEST_URI} !^/wp\-content/ [NC]
    # Don't rewrite affiliates directory
    RewriteCond %{REQUEST_URI} !^/affiliates/ [NC]
    # Don't rewrite languages directory
    RewriteCond %{REQUEST_URI} !^/languages/ [NC]
    # Don't rewrite kmlcommerce.co.uk directory
    RewriteCond %{REQUEST_URI} !^/kmlcommerce\.co\.uk/ [NC]
    # Don't rewrite sitemap directory
    RewriteCond %{REQUEST_URI} !^/sitemap/ [NC]
    # Don't rewrite extra_datafiles directory
    RewriteCond %{REQUEST_URI} !^/extra_datafiles/ [NC]
    # Handle all other URIs using Zen Cart (its index.php)
    RewriteRule .* index.php [QSA,L]

    ## END CEON URI MAPPING REWRITE RULE

    I couldn't upload the file due to invalid extension.

    James
    Last edited by PetleyJ; 28 Mar 2013 at 11:13 AM.
    FMUK Consulting - Web Design & Development | Graphics | Marketing | Apps - http://www.FMUKConsulting.co.uk

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

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by mikebr View Post
    ... I'm trying to determine what code should be placed in the .httaccess file to prevent certain URI's containing certain character strings from rewriting. ...

    # Don't rewrite URI if contains "x45poty" string 

    RewriteCond %{REQUEST_URI} !^/*x45poty* [NC]
    ...
    If you want to exclude all URIs containing the string "x45poty" (case insensitive) use the following:
    Code:
    # Don't rewrite URI if contains "x45poty" string 

    RewriteCond %{REQUEST_URI} !x45poty [NC]
    Quote Originally Posted by PetleyJ View Post
    Hi Guys, installed the plugin, added the code for .htaccess - I have an issue. If i have yourdomain.co.uk/blog ect and it's now showing the page not found. ... I couldn't upload the file due to invalid extension.
    When checking I was able to get into the blog without any issues... Take it you were able to get things sorted? Without seeing the problematic behavior one can only guess what the problem was. Could you post what was needed for future readers of this thread?

    Other thoughts:
    When uploading I highly recommend using FTPS or SFTP with WinSCP, Filezilla, or similar. They do not care what the file extension is and using a secure version of FTP with an ecommerce site is always a good idea.

    As for the matching to exclude the blog... Do you really have images for your blog at /wp-images instead of under /blog/wp-content? The less excludes, the simpler it will be to debug and the faster the request can be processed. If you want to exclude both /blog and /blog/someurl (some incoming links might incorrectly specify /blog instead of /blog/) you can change the RewriteCond for the blog to match the EOL or /.
    Code:
    # Don't rewrite blog directory
    RewriteCond %{REQUEST_URI} !^/blog($|/) [NC]
    I also noticed you are running multiple domains using nested Document Roots (public_html). This is not best practice and can lead to some negative situations. You may want to look into (or have your hosting provider) remove the nested Document Roots and provide separate physical paths for each domain. See this post for an example.
    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

  7. #7
    Join Date
    Jul 2009
    Location
    Norwich, UK
    Posts
    120
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by lhungil View Post
    If you want to exclude all URIs containing the string "x45poty" (case insensitive) use the following:
    Code:
    # Don't rewrite URI if contains "x45poty" string 

    RewriteCond %{REQUEST_URI} !x45poty [NC]

    When checking I was able to get into the blog without any issues... Take it you were able to get things sorted? Without seeing the problematic behavior one can only guess what the problem was. Could you post what was needed for future readers of this thread?

    Other thoughts:
    When uploading I highly recommend using FTPS or SFTP with WinSCP, Filezilla, or similar. They do not care what the file extension is and using a secure version of FTP with an ecommerce site is always a good idea.

    As for the matching to exclude the blog... Do you really have images for your blog at /wp-images instead of under /blog/wp-content? The less excludes, the simpler it will be to debug and the faster the request can be processed. If you want to exclude both /blog and /blog/someurl (some incoming links might incorrectly specify /blog instead of /blog/) you can change the RewriteCond for the blog to match the EOL or /.
    Code:
    # Don't rewrite blog directory
    RewriteCond %{REQUEST_URI} !^/blog($|/) [NC]
    I also noticed you are running multiple domains using nested Document Roots (public_html). This is not best practice and can lead to some negative situations. You may want to look into (or have your hosting provider) remove the nested Document Roots and provide separate physical paths for each domain. See this post for an example.
    Hi.
    Thanks for the advice.

    The blog seems to run on and off, it's more the /competitions and /community that isn't working.

    wp-images is for a different program altogether, not for WordPress.

    James
    FMUK Consulting - Web Design & Development | Graphics | Marketing | Apps - http://www.FMUKConsulting.co.uk

 

 

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

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