Page 1 of 2 12 LastLast
Results 1 to 10 of 2445

Hybrid View

  1. #1
    Join Date
    Oct 2010
    Location
    Indiana
    Posts
    69
    Plugin Contributions
    0

    Default Re: Lost my main landing page?

    Conor,
    That is exactly my point. They WILL NOT. Please, tell me what I need to do to fix this issue. If I have to hire someone else, I will, but I need to tell them what to fix..

    thanks!

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

    Default Re: Lost my main landing page?

    Hi,

    Quote Originally Posted by CherVickers View Post
    That is exactly my point. They WILL NOT.
    That's not very nice of them! Obviously they don't know what they are doing and have messed up.

    Quote Originally Posted by CherVickers View Post
    Please, tell me what I need to do to fix this issue. If I have to hire someone else, I will, but I need to tell them what to fix..
    Sorry, I don't know how it's broken so I don't know how to tell you to fix it. This thread is for free support for Ceon URI Mapping, I'm afraid I don't give free support for custom rewrite rules and setups like having landing pages etc., that's all "custom" work.

    I'm afraid you will indeed need to hire someone. Talking about such things is banned here though. There's a thread for hiring people somewhere here on the forum.

    All the best...

    Conor
    ceon

  3. #3
    Join Date
    Oct 2010
    Location
    Indiana
    Posts
    69
    Plugin Contributions
    0

    Default Re: Lost my main landing page?

    This should NOT be a custom install. Specifically, I need to know... .

    Did CEON added some code to the .htaccess to have the site redirect to /store? if so, what is the code you added?

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

    Default Re: Lost my main landing page?

    Hi,

    Quote Originally Posted by CherVickers View Post
    This should NOT be a custom install.
    Clearly it is.

    Quote Originally Posted by CherVickers View Post
    Specifically, I need to know... .

    Did CEON added some code to the .htaccess to have the site redirect to /store?
    Nope.

    You need to make sure that your custom page isn't being used by the EXAMPLE rewrite rule in Ceon URI Mapping.. remember it's called "example" for a reason.. we make no assurance that it'll work on any server setup whatsoever.

    You probably do indeed need to add an exclusion or to change the way your landing page is managed.

    Sorry, that's as much help as I can give here, I don't have time for custom stuff.

    All the best...

    Conor
    ceon
    Last edited by conor; 29 Jun 2012 at 03:55 AM.

  5. #5
    Join Date
    Oct 2010
    Location
    Indiana
    Posts
    69
    Plugin Contributions
    0

    Default Re: Lost my main landing page?

    thanks!

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

    Default Re: Lost my main landing page?

    Hi,

    Quote Originally Posted by CherVickers View Post
    thanks!
    Writing at same time there..

    In case you missed that, try adding an exclusion.. just guessing, something like

    Code:
    RewriteCond %{REQUEST_URI} !^/$
    might work, I'm not sure.. as I said, it all depends on the server setup and what rules are there already etc.

    All the best..

    Conor
    ceon

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

    Default Re: Lost my main landing page?

    Quote Originally Posted by CherVickers View Post
    Conor,
    That is exactly my point. They WILL NOT. Please, tell me what I need to do to fix this issue. If I have to hire someone else, I will, but I need to tell them what to fix..

    thanks!
    If you hire someone, you do not need to tell them what to fix.. You need to describe the issue you are having and let them evaluate what they need to do to fix it.. Just simply describe the behavior you are experiencing that you DO NOT want..

    BTW, the person who installed you site messed up, and clearly doesn't want to fix it or they don't know how to fix it.. either way they are totally unprofessional..
    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.

  8. #8
    Join Date
    Feb 2011
    Posts
    3
    Plugin Contributions
    0

    Default Ceon Url mapping not working.

    Can anyone tell me why i am seeing this message after installing Ceon:- http://your_domain.com/includes/temp...ss/css/gss.xsl.

    I have changed my domain name for obvious reasons issues are:-
    I can view the site map in a web browser
    i can build the sitemap / ping the engines

    but when i view the sitemap in google i get the above message.

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

    Default Re: Ceon Url mapping not working.

    Hi,

    Quote Originally Posted by ssuk View Post
    Can anyone tell me why i am seeing this message after installing Ceon:- http://your_domain.com/includes/temp...ss/css/gss.xsl.

    I have changed my domain name for obvious reasons issues are:-
    I can view the site map in a web browser
    i can build the sitemap / ping the engines

    but when i view the sitemap in google i get the above message.
    You didn't post any message so I haven't a clue what you are talking about.

    All the best..

    Conor
    ceon

  10. #10
    Join Date
    Nov 2010
    Posts
    101
    Plugin Contributions
    0

    Default Re: Ceon Url mapping not working.

    Hello, Zen users i'm having a problem getting the ceon uri to work properly. All the files have been modified correctly as the uri installation check is showing no errors. The problem that i'm having is when I check the (Tick this box to have the URI auto-generated for this product.) and go to the product url it takes me to my homepage not to the product. I believe the problem is within my .htaccess file, but i'm not sure. The .htaccess file is located in the sites root directory and this is what my htaccess looks like. I changed the admin folder to custom in the code below. Any help would be greatly appreciated. The site url is http://qualityautowi.com

    Code:
    ## 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} !^/custom admin folder [NC]
    # Don't rewrite editors directory
    RewriteCond %{REQUEST_URI} !^/editors/ [NC]
    # Don't rewrite .qidb directory
    RewriteCond %{REQUEST_URI} !^/\.qidb/ [NC]
    # Don't rewrite bmz_cache directory
    RewriteCond %{REQUEST_URI} !^/bmz_cache/ [NC]
    # Don't rewrite ajax directory
    RewriteCond %{REQUEST_URI} !^/ajax/ [NC]
    # Handle all other URIs using Zen Cart (its index.php)
    RewriteRule .* index.php [QSA,L]
    
    ## END CEON URI MAPPING REWRITE RULE

 

 
Page 1 of 2 12 LastLast

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