Zen Cart Logo
Forums / All Other Contributions/Addons / Ceon URI Mapping (SEO)

Ceon URI Mapping (SEO)

Locked

Views: 472,090

Results 2,781 to 2,800 of 2,913
This thread is locked. New replies are disabled.
22 Jun 2011, 15:12
#2781
pb4 avatar

pb4

Totally Zenned

Join Date:
Nov 2007
Posts:
555
Plugin Contributions:
0

Ceon URI Mapping (SEO)

Not sure what I have missed, but when I click within admin
'modules'...Ceon URI Mapping (SEO) config' I get page not found:blush:

Its wanting to go to 'FILENAME_CEON_URI_MAPPING_CONFIG.php'

Whats missing? Should I have changed some text somewhere to point to the right file??

Thanks

22 Jun 2011, 15:52
#2782
pb4 avatar

pb4

Totally Zenned

Join Date:
Nov 2007
Posts:
555
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

I have checked all files are there and in the right place, three times now...this file is there

admin/includes/extra_datafiles/ceon_uri_mapping_filenames.php

so it can't be that..do i need to do something with the htaccess file??

I've been using Filezilla for FTP and I've never had a problem with this before..

any ideas?? :dontgetit

Thanks

ps the instructions are geat for this module..(have to agree with the person above)...very suprised I missed something..I have plodded slowly through this and so I'm suprised it's not working for me..

22 Jun 2011, 16:18
#2783
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi,

pb4:

I have checked all files are there and in the right place, three times now...this file is there

admin/includes/extra_datafiles/ceon_uri_mapping_filenames.php

so it can't be that..do i need to do something with the htaccess file??

Is your store's admin called "admin"?

And is the file definitely in the YOUR-ADMIN/includes/extra_datafiles/ folder?

If so, re-upload it.. the ONLY way to get the error message you are having is if the above file is missing.

FTP software often does mess up when uploading so it wouldn't surprise me if that's what has happened.

Hope that helps.

All the best...

Conor
ceon

22 Jun 2011, 16:22
#2784
pb4 avatar

pb4

Totally Zenned

Join Date:
Nov 2007
Posts:
555
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

My Stores admin isn't called admin...just didn't want to put it on the forum..what have I done wrong?

thenameofmyadmin/includes/extra_datafiles/ceon_uri_mapping_filenames.php

Thanks for your quick response :smile:

22 Jun 2011, 19:45
#2785
rebelman avatar

rebelman

New Zenner

Join Date:
Nov 2010
Posts:
53
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Hi all,
I have just installed this add-on and have read all the instructions from top to bottom but it seems I am still having problems with the htaccess file, copy of my htaccess log shown below:

RewriteEngine On

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

# 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} !^/MYADMINFOLDER [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]


<FilesMatch ".*\.(js|JS|css|CSS|jpg|JPG|gif|GIF|png|PNG|swf|SWF|xsl|XSL)$">
  Order Allow,Deny
  Allow from all
</FilesMatch>

IndexIgnore */*

I have tried various combinations of the above code but without success. 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.
Thanks
Rebelman

23 Jun 2011, 08:07
#2786
pb4 avatar

pb4

Totally Zenned

Join Date:
Nov 2007
Posts:
555
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Still not working...I have an htaccess file...should I have added something to this file for this module?

Any help? :dontgetit

Thanks

23 Jun 2011, 08:15
#2787
pb4 avatar

pb4

Totally Zenned

Join Date:
Nov 2007
Posts:
555
Plugin Contributions:
0

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

23 Jun 2011, 08:15
#2788
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi,

pb4:

Still not working...I have an htaccess file...should I have added something to this file for this module?

Any help? :dontgetit

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

23 Jun 2011, 08:17
#2789
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi,

pb4:

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

23 Jun 2011, 08:19
#2790
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi,

rebelman:

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

23 Jun 2011, 08:22
#2791
pb4 avatar

pb4

Totally Zenned

Join Date:
Nov 2007
Posts:
555
Plugin Contributions:
0

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 :smile:

Thanks

23 Jun 2011, 08:28
#2792
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi,

pb4:

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 :smile:

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

23 Jun 2011, 08:39
#2793
pb4 avatar

pb4

Totally Zenned

Join Date:
Nov 2007
Posts:
555
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Thanks again Conor for your time :bigups:

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

# 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

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...:smile:

23 Jun 2011, 08:43
#2794
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi,

pb4:

Thanks again Conor for your time :bigups:

No problem.

pb4:

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

# 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](http://dev.ceon.net)
23 Jun 2011, 08:47
#2795
pb4 avatar

pb4

Totally Zenned

Join Date:
Nov 2007
Posts:
555
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

:clap: It's sorted...it's gone to the right page...:smile:

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 :smile:

Really apprecaited..thank you!

23 Jun 2011, 08:56
#2796
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi,

pb4:

:clap: It's sorted...it's gone to the right page...:smile:

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 :smile:

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

23 Jun 2011, 09:07
#2797
pb4 avatar

pb4

Totally Zenned

Join Date:
Nov 2007
Posts:
555
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Thanks :smile:

I have the URI mapping within the categories but can't see where to add it for each individual product...

Also when I click EZpages within the admin the page is blank/white?

Any idea why?

Thanks

23 Jun 2011, 09:15
#2798
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi,

pb4:

I have the URI mapping within the categories but can't see where to add it for each individual product...

Also when I click EZpages within the admin the page is blank/white?

Any idea why?

Yes, the fields must not be appearing on the product page because you haven't modified the core files properly. You need to go through that stage of the installation process again (from scratch* - check each and every modified core file.

As for the blank page.. either you didn't modify the ez-pages file properly or your FTP software didn't upload the file properly.

Good luck with getting this sorted.

That's as much as I can do now.. I don't think I can reply again today.

All the best...

Conor
ceon

23 Jun 2011, 09:17
#2799
pb4 avatar

pb4

Totally Zenned

Join Date:
Nov 2007
Posts:
555
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Ok, will check them...thanks..have a good day :smile:

23 Jun 2011, 13:16
#2800
xergos055 avatar

xergos055

New Zenner

Join Date:
Nov 2008
Posts:
36
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Hi!

I install the module and is not work :( .

I made al the instructions from the doc folder .. recheck for 10 times.
I reinstal a fresh zencart and templates. Nothing change :(.
The server is linux ...
In my admin site all is work perfect but the links is the same.

Whay !!! Please help !!!