Page 100 of 291 FirstFirst ... 50909899100101102110150200 ... LastLast
Results 991 to 1,000 of 2907
  1. #991
    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 GlitterGoth View Post
    Either that or, as I said, it's New Year blindness and right under my nose, and I'm just not seeing it!
    There is no admin for those pages.. please read the documentation for the module.

    You'll find instructions for adding URIs for other Zen Cart pages in the configuration section.

    All the best..

    Conor
    ceon

  2. #992
    Join Date
    Nov 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by matt-h View Post
    Hi
    I've successfully installed the module and have one question :)
    I temporarily want my default homepage to be index.html rather than my zen cart homepage which is index.php.
    I've added 'DirectoryIndex index.html index.php' to my htaccess file but unless I remove all the rewritecond rules it doesn't have any effect.
    Is it possible to have both the Directory index rules and the rewritecond rules work?
    Thanks
    Hi Conor, I'm new to zen cart. Thanks for your module & support. I've briefed all pages, till here @ 100 page searching for solution for my problem. Like, above poster, i think i'm having the same problem where I like my page first as index.html

    If i removed/remarked these two lines (as below), ceon uri mapping module is working fine but no longer able to access index.html (being skipped).

    If these 2 lines are activated(un-remark) then i'll get page "404 Not Found" when clicking on the product (which has been uri mapped) and my index.html page is accessible as the first page

    # RewriteCond %{HTTP_HOST} ^mydomain.com$ [NC]
    # RewriteRule ^(.*)$ http://www.mydomain.com/$1 [R=301,L]


    Here is my .htaccess:-
    =================================
    DirectoryIndex index.html index.php index.htm
    # -FrontPage-

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

    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>
    AuthName hadiah4u.com
    AuthUserFile /home/public_html/_vti_pvt/service.pwd
    AuthGroupFile /home/public_html/_vti_pvt/service.grp

    RewriteEngine On
    # RewriteCond %{HTTP_HOST} ^mydomain.com$ [NC]
    # RewriteRule ^(.*)$ http://www.mydomain.com/$1 [R=301,L]

    # Don't rewrite any URIs ending with a file extension (ending with .[xxxx])
    RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,4}$ [OR]
    RewriteCond %{REQUEST_URI} \.(html)$ [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?%{QUERY_STRING} [L]

    ====================================
    Could you please kindly advise how should I work around this
    problem? I still prefer my first page is www.mydomain.com/index.html

    Thank you.

  3. #993
    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 achieveseed View Post
    Could you please kindly advise how should I work around this
    problem? I still prefer my first page is www.mydomain.com/index.html
    Everything you've posted looks fine.. I can't see why things aren't working as you desire. Maybe you have some other htaccess files somewhere else that are overriding aspects of the one you posted?

    Sorry I can't be of more help than that!

    All the best...

    Conor
    ceon

  4. #994
    Join Date
    Nov 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    Everything you've posted looks fine.. I can't see why things aren't working as you desire. Maybe you have some other htaccess files somewhere else that are overriding aspects of the one you posted?

    Sorry I can't be of more help than that!

    All the best...

    Conor
    ceon
    hi,
    you are real quick in replying my post :)
    ok then, i'll check all oth .htaccess files and trial & error see if i got luck to hit good or not.

    Thanks!

  5. #995
    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 achieveseed View Post
    you are real quick in replying my post :)
    No problem.. I don't like having a backlog so it's always better for me to reply promptly! :)

    Quote Originally Posted by achieveseed View Post
    ok then, i'll check all oth .htaccess files and trial & error see if i got luck to hit good or not.
    Yes, sorry I can't be of more help but as I said, what you posted should work as expected, so that points towards something else being responsible for the problem.

    All the best...

    Conor
    ceon

  6. #996
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,385
    Plugin Contributions
    94

    Default Re: Ceon URI Mapping (SEO)

    Colon, I'm still trying to track this down and I really appreciate the time you took to give my site a look-see. I've verified that that my ErrorDocument 404 is what's redirecting to page_not_found (I changed it to privacy to test).

    What page request should I expect to see in the server log if I've set a uri mapping (uri = /contact_us, main_page=contact_us, langid=1, current_uri=1)? What I'm seeing in my server log is:

    Code:
    xx.xxx.xx.xx - - [03/Jan/2010:07:25:56 -0500] "GET /contact_us HTTP/1.1" 302 256 www.mysite.com "http://www.mysite.com/index.php?main_page=page_not_found" "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6" "-"
    using these rewrite rules:

    Code:
    #
    # Added for Ceon URI Mapping add-on
    #
    # Don't rewrite any URIs ending with a file extension (ending with .[xxxx])
    RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,4}$
    # Don't rewrite admin directory
    RewriteCond %{REQUEST_URI} !^/admin.* [NC]
    # Don't rewrite editors directory
    RewriteCond %{REQUEST_URI} !^/editors.* [NC]
    # Handle all other URIs using Zen Cart (index.php)
    RewriteRule (.*) index.php?%{QUERY_STRING} [L]

  7. #997
    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 lat9 View Post
    Colon, I'm still trying to track this down and I really appreciate the time you took to give my site a look-see. I've verified that that my ErrorDocument 404 is what's redirecting to page_not_found (I changed it to privacy to test).
    My name's not Colon!

    No problem about looking.. it's just a pity I couldn't find the cause of the problem.

    Quote Originally Posted by lat9 View Post
    What page request should I expect to see in the server log if I've set a uri mapping (uri = /contact_us, main_page=contact_us, langid=1, current_uri=1)? What I'm seeing in my server log is:
    I'm afraid my knowledge of Apache's access/error logs isn't sufficient to answer your query. Hopefully someone else here can help!

    All the best...

    Conor
    ceon

  8. #998
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,385
    Plugin Contributions
    94

    Default Re: Ceon URI Mapping (SEO)

    Sorry about that; I'd just spent 3 hours fussing with my stupid .htaccess file and was a bit frustrated.

  9. #999
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,385
    Plugin Contributions
    94

    Default Re: Ceon URI Mapping (SEO)

    Finally!

    If anyone else has this problem, here's what's up. I'm hosted on 1and1 and have my website root pointed to a subdirectory off the base. Adding the following to my .htaccess (after the RewriteEngine On and before the changes specified in the Ceon URI Mapping document) did the trick:

    Code:
    RewriteBase /
    Isn't Google wonderful ... and how did we ever get anything accomplished without it?

  10. #1000
    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 lat9 View Post
    If anyone else has this problem, here's what's up. I'm hosted on 1and1 and have my website root pointed to a subdirectory off the base.
    That would indeed explain things. You'd mentioned being in a folder but you hadn't told me the FTP access you gave me was restricted to that folder.. so, given the layout I saw when I FTPed in, I assumed it was the root folder.. it's a pity you set up the FTP account that way or you could have avoided spending so much time on this!

    Nevertheless, glad you've got sorted now!

    All the best...

    Conor
    ceon

 

 

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