Page 279 of 291 FirstFirst ... 179229269277278279280281289 ... LastLast
Results 2,781 to 2,790 of 2907
  1. #2781
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Why when I click configure within admin does it then go to myadminname/FILENAME_CEON_URI_MAPPING_CONFIG.php

    I don't have this file 'FILENAME_CEON_URI_MAPPING_CONFIG.php' and I can't find this file within the module files...

    Thanks

  2. #2782
    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 pb4 View Post
    Still not working...I have an htaccess file...should I have added something to this file for this module?

    Any help?
    Yes.. read the section of the docs about rewrite rules and copy and paste an example rewrite rule and modify it as instructed in the documentation.

    Told you I needed better docs.

    All the best...

    Conor
    ceon

  3. #2783
    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 pb4 View Post
    Why when I click configure within admin does it then go to myadminname/FILENAME_CEON_URI_MAPPING_CONFIG.php

    I don't have this file 'FILENAME_CEON_URI_MAPPING_CONFIG.php' and I can't find this file within the module files...
    I'm afraid you're just not getting it. Maybe it isn't the docs. :)

    Please send me FTP and admin details for your site.. that will be quicker for me than posting here again. I guess you've never installed a module before?

    All the best...

    Conor
    ceon

  4. #2784
    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 rebelman View Post
    At the moment I have removed the last RewriteRule (i.e. index.php) as when its included I get "Unable to display page". My site is working fine, just can't get the Static URI working! btw the first redirect rule i.e. redirecting non www to www address is working fine. I appreciate any insight of what I could be doing wrong.
    Sorry, that looks fine. I don't know what's wrong.

    All the best...

    Conor
    ceon

  5. #2785
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hi Conor,

    Thanks again for the replies. I think the docs/instructions seem very clear to me. I've installed lots of different modules for my site and for others with little or no problems which is why I'm suprised this isn't working.

    I'll check out the htaccess file documentation and let you know

    Thanks

  6. #2786
    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 pb4 View Post
    Thanks again for the replies. I think the docs/instructions seem very clear to me. I've installed lots of different modules for my site and for others with little or no problems which is why I'm suprised this isn't working.

    I'll check out the htaccess file documentation and let you know
    You definitely need to add a rewrite rule.

    As far as this goes:

    Why when I click configure within admin does it then go to myadminname/FILENAME_CEON_URI_MAPPING_CONFIG.php

    I don't have this file 'FILENAME_CEON_URI_MAPPING_CONFIG.php' and I can't find this file within the module files...
    That gave me the impression that you hadn't installed a module before. Sorry, I see you're not actually a newbie! ;)

    As with any other module, if a define is showing up instead of the correct name, this means that you haven't uploaded the file(s) with the defines.

    In this case, the file YOUR-admin/includes/extra_datafiles/ceon_uri_mapping_filenames.php is missing.

    I'd guess other files are probably missing as well.

    Upload ALL the files again, being careful to upload them to the correct admin folder.

    That should fix the mistake you made when uploading originally.. I think you're still seeing problems caused by that.

    All the best...

    Conor
    ceon

  7. #2787
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Thanks again Conor for your time

    The file
    YOUR-admin/includes/extra_datafiles/ceon_uri_mapping_filenames.php

    Is there and I have checked all of the files a few times now but I'll go through it again just incase..

    I have added this to the htaccess

    Code:
    # Don't rewrite admin directory
    RewriteCond %{REQUEST_URI} !^/adminname [NC]
    replacing adminname with my admin folder name.

    Would this be all I need to add?

    I already had this in my htaccess file

    Code:
    Options +FollowSymlinks
    RewriteEngine on
    rewritecond %{http_host} ^ampmgraphics.com [nc]
    rewriterule ^(.*)$ http://www.ampmgraphics.com/$1 [r=301,nc]
    ErrorDocument 404 /index.php?main_page=page_not_found 
    DiRectoryindex index.php default.php index.shtml index.html index.htm /index.php
    AddHandler server-parsed .shtml
    AddHandler server-parsed .html
    AddHandler server-parsed .htm
    I'll go through the whole process again and see what I've missed..

    Thanks again...

  8. #2788
    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 pb4 View Post
    Thanks again Conor for your time
    No problem.

    Quote Originally Posted by pb4 View Post
    The file
    YOUR-admin/includes/extra_datafiles/ceon_uri_mapping_filenames.php

    Is there
    It can't be. Either that or your admin/includes/configure.php file is full of incorrect define values.

    [quote=pb4;1041291]I have added this to the htaccess

    Code:
    # Don't rewrite admin directory
    RewriteCond %{REQUEST_URI} !^/adminname [NC]
    replacing adminname with my admin folder name.

    Would this be all I need to add?[/quiote]

    No! That's only from the section about *modifying the rewrite rule*.. You need to *start* with an example rule first, then apply the above modification. One of the post a few posts back shows the kindof format..

    I'll be not be at the computer much for the next 2 days so you may not get a reply from me again until the weekend. (You may but you may not).

    Have a nice day.

    All the best...

    Conor
    ceon

  9. #2789
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    It's sorted...it's gone to the right page...

    I obviously just needed a nights sleep! The file was there but not completelty..I thought I would check the file size and the uploaded file was slightly smaller so it hadn't fully uploaded!

    I thought it was strange to not be going when the file showed as being there...like you said...

    Many thanks for your patience...and taking the time to help

    Really apprecaited..thank you!

  10. #2790
    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 pb4 View Post
    It's sorted...it's gone to the right page...

    I obviously just needed a nights sleep! The file was there but not completelty..I thought I would check the file size and the uploaded file was slightly smaller so it hadn't fully uploaded!

    I thought it was strange to not be going when the file showed as being there...like you said...

    Many thanks for your patience...and taking the time to help

    Really apprecaited..thank you!
    Glad to hear that!

    I'd probably suggest new FTP software then. FireFTP for Firefox is free and reliable..

    Enjoy the new URIs.

    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