Page 243 of 291 FirstFirst ... 143193233241242243244245253 ... LastLast
Results 2,421 to 2,430 of 2907
  1. #2421
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by MX809 View Post
    When I put this where the index.php file is in my FTP it broke the shopping cart part of the site, am I missing something in the rules to still allow the domain.com/shop to go to the shopping cart?
    Sounds like you have either forgotten to modify includes/functions/html_output.php or have something wrong with your .htaccess which is conflicting.

    All the best..

    Conor
    ceon

  2. #2422
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by designhead View Post
    Thanks found that Mistake
    but now I'm
    Back to square one
    404 error
    Please send me FTP and admin details for your site and I'll take a quick look.

    All the best..

    Conor
    ceon

  3. #2423
    Join Date
    Dec 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hello, I just did an install on an otherwise working website.

    Version 1.3.9h

    I used the core_modified_core files from the 1.3.9d folder.

    The site is still working but now my ADMIN isn't. It doesn't even show up! It just displays a blank page. The url stays the same, so it's not redirecting anywhere. I put in the proper code to my .htaccess file and DID change the name of admin folder to the right name (I renamed my admin folder awhile back)

    Any suggestions? Please help!

    Here's my .htaccess code in case some of the other info may have not mixed with it. (I did already try deleting everything but the ceon code and it didn't work)



    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 admin directory
    RewriteCond %{REQUEST_URI} !^/NEWADMIN [NC]
    # Don't rewrite editors directory
    RewriteCond %{REQUEST_URI} !^/editors [NC]
    # Don't rewrite cPanel directories
    RewriteCond %{REQUEST_URI} !/cpanel [NC]
    RewriteCond %{REQUEST_URI} !/frontend [NC]
    # Handle all other URIs using Zen Cart (index.php)
    RewriteRule .* index.php?%{QUERY_STRING} [L]







    # Options +FollowSymlinks
    # RewriteEngine on
    # rewritecond %{http_host} ^a-sharpscontainers.com [nc]
    # rewriterule ^(.*)$ https://www.a-sharpscontainers.com/$1 [r=301,nc]


    Options +FollowSymlinks -Indexes
    RewriteCond %{THE_REQUEST} ^.*/index.php
    RewriteRule ^(.*)index.php$ http://www.a-sharpscontainers.com/$1 [R=301,L]


    # Prevent directory viewing and the ability of any scripts to run.
    # No script, be it PHP, PERL or whatever, can normally be executed if ExecCGI is disabled.
    Options -ExecCGI -Indexes



    # -FrontPage-

    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

    <Limit GET POST>
    #The next line modified by DenyIP
    order allow,deny
    #The next line modified by DenyIP
    #deny from all
    allow from all
    </Limit>
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>
    AuthName a-sharpscontainers.com
    AuthUserFile /home/username/public_html/_vti_pvt/service.pwd
    AuthGroupFile /home/username/public_html/_vti_pvt/service.grp
    <Files 403.shtml>
    order allow,deny
    allow from all
    </Files>

  4. #2424
    Join Date
    Jan 2011
    Posts
    18
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    I was having a lot of problems with my Paypal Express not working. Now after deactivating CEON URI and removing the .htaccess file from the root directory, I finally got it working again.
    My problem is that I really want to have the CEON URI working. Everywhere I read, I do not find anyone who has this problem. I thought that the mod should not interfere with the ipn_handler.php file. but it seems to do so.
    My htaccess file was very typical... What am I missing?

    RewriteEngine On

    # Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])
    RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,5}$ [OR]
    RewriteCond %{REQUEST_URI} \.(html|htm|php)$ [NC]
    # Don't rewrite admin directory
    RewriteCond %{REQUEST_URI} !^/adminblablabla [NC]
    # Don't rewrite editors directory
    RewriteCond %{REQUEST_URI} !^/editors [NC]
    # Don't rewrite cPanel directories
    RewriteCond %{REQUEST_URI} !/cpanel [NC]
    RewriteCond %{REQUEST_URI} !/frontend [NC]
    # Handle all other URIs using Zen Cart (index.php)
    RewriteRule .* index.php?%{QUERY_STRING} [L]

  5. #2425
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by bholmes View Post
    The site is still working but now my ADMIN isn't. It doesn't even show up!
    I think you've forgotten to set the correct value of DIR_FS_ADMIN in your admin/includes/configure.php file.

    All the best..

    Conor
    ceon

  6. #2426
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by designhead View Post
    get
    a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    I read and searched through the forum but not a straight answer for my problem.
    You can't use a program like Word or Wordpad to create a .htaccess file!

    Your file didn't work because it had gunk the like following at the start:

    Code:
    {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
    {\fonttbl\f0\fmodern\fcharset0 Courier;}
    {\colortbl;\red255\green255\blue255;}
    \vieww9000\viewh8400\viewkind0
    \deftab720
    \pard\pardeftab720
    
    \f0\fs24 \cf0 RewriteEngine On\
    You need to use notepad or some similar text editor when editing text documents.

    All the best..

    Conor
    ceon
    Last edited by conor; 18 Feb 2011 at 07:33 PM.

  7. #2427
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by jaylee View Post
    Everywhere I read, I do not find anyone who has this problem. I thought that the mod should not interfere with the ipn_handler.php file.
    I'm afraid I don't have an answer for you.. the software runs fine with PayPal on several thousand Zen Cart sites.. why just your site is having issues is baffling.

    Try changing your .htaccess to

    Code:
    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 admin directory
    RewriteCond %{REQUEST_URI} !^/admin [NC]
    # Don't rewrite editors directory
    RewriteCond %{REQUEST_URI} !^/editors [NC]
    # Don't rewrite cPanel directories
    RewriteCond %{REQUEST_URI} !/cpanel [NC]
    RewriteCond %{REQUEST_URI} !/frontend [NC]
    # Handle all other URIs using Zen Cart (index.php)
    RewriteRule .* index.php [QSA,L]
    You shouldn't need to rewrite .htm or .php files... it's bad form to use .htm etc. at the end of static URIs.

    Also, make sure you are using version 3.8.0.

    Hopefully that helps.

    All the best..

    Conor
    ceon

  8. #2428
    Join Date
    Dec 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    You can't use a program like Word or Wordpad to create a .htaccess file!

    Your file didn't work because it had gunk the like following at the start:

    Code:
    {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
    {\fonttbl\f0\fmodern\fcharset0 Courier;}
    {\colortbl;\red255\green255\blue255;}
    \vieww9000\viewh8400\viewkind0
    \deftab720
    \pard\pardeftab720
    
    
    \f0\fs24 \cf0 RewriteEngine On\
    You need to use notepad or some similar text editor when editing text documents.

    All the best..

    Conor
    ceon
    I used Text Editor saved as RTF File then switched to .htaccess..... must of got mixed somehow, But Thanks a lot Conner
    Everything works great

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

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by designhead View Post
    I used Text Editor saved as RTF File then switched to .htaccess..... must of got mixed somehow, But Thanks a lot Conner
    Everything works great
    Can't save ANY .htaccess file as RTF.. Suggest downloading Notepad++ and NOT using any of the default Windows/Mac programs.. This program is specifically designed for this kind of text file editing..
    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.

  10. #2430
    Join Date
    Dec 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    I think you've forgotten to set the correct value of DIR_FS_ADMIN in your admin/includes/configure.php file.

    All the best..

    Conor
    ceon


    Hey Conor, thanks for responding quickly. What is the correct value?

 

 

Similar Threads

  1. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  2. Ceon uri mapping vs Simple SEO
    By crixus in forum General Questions
    Replies: 0
    Last Post: 28 Feb 2014, 04:41 AM
  3. v151 Ceon URI Mapping (SEO) Issues?
    By yisou in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 30 Jul 2013, 12:06 PM
  4. v151 Ceon URI Mapping (SEO) installation problem.
    By jmac2020 in forum General Questions
    Replies: 1
    Last Post: 23 Oct 2012, 01:06 PM
  5. Ceon URI Mapping (SEO) How to install?
    By jackfitz in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 28 Apr 2010, 12:09 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