Re: Ceon URI Mapping (SEO)
Hey Conor,
Again thanks for the Mod. You've helped me a lot in the past!
Just a quick question that maybe you can give me some insight on. I have an old site, that I am trying to redirect to my new pages. I am trying to redirect a page
olddomain.com/login/login.html to newdomain.com/login.html.
While the redirect inside of the .htaccess works just fine on my old site, the URL is displaying on the new site very weird... as
newdomain.com/login.html?login??/?login?.html?
It also throws me to 401 error pages on a number of products that I have. Do you have any insight to why it does this? Maybe a quick fix that can help prevent it?
I tried to use your method back on Page 41 or so, about adding /login/login.html to my database table, but still nothing. I'm pretty much at a loss.
Thanks in advance!
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
mkonchalski
Hey Conor,
Again thanks for the Mod. You've helped me a lot in the past!
Just a quick question that maybe you can give me some insight on. I have an old site, that I am trying to redirect to my new pages. I am trying to redirect a page
olddomain.com/login/login.html to newdomain.com/login.html.
While the redirect inside of the .htaccess works just fine on my old site, the URL is displaying on the new site very weird... as
newdomain.com/login.html?login??/?login?.html?
It also throws me to 401 error pages on a number of products that I have. Do you have any insight to why it does this? Maybe a quick fix that can help prevent it?
I tried to use your method back on Page 41 or so, about adding /login/login.html to my database table, but still nothing. I'm pretty much at a loss.
Thanks in advance!
paste the rule you have written for the redirect
this might help some others, or Conor himself
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
mkonchalski
Again thanks for the Mod. You've helped me a lot in the past!
No problem, glad you like it!
Quote:
Originally Posted by
mkonchalski
I tried to use your method back on Page 41 or so, about adding /login/login.html to my database table, but still nothing. I'm pretty much at a loss.
I'm afraid that's the only method I know. Sorry!
All the best...
Conor
ceon
Re: Ceon URI Mapping (SEO)
Many thanks for your Help Conor.
If you have an Image i could have, i will place a link on my website for your help
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
spid3r1987
Many thanks for your Help Conor.
No problem, glad you're up and running now!
(For anyone who experiences similar problems or is interested: It was just the path to the admin directory which was wrong [in admin/includes/configure.php: DIR_FS_ADMIN] so the module couldn't find the necessary files).
All the best...
Conor
ceon
Re: Ceon URI Mapping (SEO)
:(Hi,Ceon,
I've installed the Ceon URI Mapping module to my site,it's a great module,Thanks!
But I have a problem that after I edited categories' profile,in the home page,when I clicked the categories,it showed the following messages:
Object not found!
The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.
If you think this is a server error, please contact the webmaster.
Error 404
localhost
12/11/09 17:55:41
Apache/2.2.9 (Win32) DAV/2 mod_ssl/2.2.9 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.6
And in the ceon_uri_mappings table,it was added a record,and after I deleted it,the categories page worked fine.
I don't know why and how to solve it,can you help me?
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
youz
And in the ceon_uri_mappings table,it was added a record,and after I deleted it,the categories page worked fine.
I don't know why and how to solve it,can you help me?
Quite simply it looks like you don't have a rewrite rule installed.
Please read the documentation and set up a rewrite rule either in a .htaccess file or your virtualhost directive.
All the best...
Conor
ceon
Re: Ceon URI Mapping (SEO)
just a quick question, will this mod create the URL's when uploading via Easypopulate?
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
spid3r1987
just a quick question, will this mod create the URL's when uploading via Easypopulate?
No, there is no support for that. The URI Mappings Manager will allow for generating URIs for entire stores/categories at once, hopefully I can finish it soon!
All the best...
Conor
ceon
Re: Ceon URI Mapping (SEO)
Right now my site as a top nav drop down menu of the categories I have. One thing I had to fix was that the links to the categories would create a breadcrumb that thinks its parent is "Home". For instance, say there's a category "Shop by Robot", with a subcategory "Arduino Robots". Any subcategory of a main category would show in the Breadcrumbs like this:
Home :: Arduino Robots
As opposed to what it should be, which is:
Home :: Shop by Robot :: Arduino Robots
Would this module fix this issue? Would it create a static URL for categories?
My site: http://robomatter.net/index.php?main_page=index
Note: I created a temporary fix to take care of this, so right now you won't be able to show this issue. However, the fix is not dynamic so I have to hard code some of that stuff which isn't ideal whatsoever. I'm looking for a permanent fix.