ddp Posted April 29, 2006 Posted April 29, 2006 (edited) Hi all I have been trying to get the new version of Ultimate SEO 2.2 URLs working. This version includes the links manager contribution. It can be downloaded here I uploaded the new seo.class.php file and then needed to update the .htaccess However I could not find the appropriate entry to be added to the .htaccess file. Does not seem to be in the documentation. I took a guess but it does not work. I added: RewriteRule ^(.*)-l-(.*).html$ links.php?cPath=$2&%{QUERY_STRING} I guess this must be wrong. Anybody know the right line to add to the .htaccess? Am I right that this was not included in the documentation? Edited April 29, 2006 by ddp Quote Backup before making changes. Backup before making changes! Backup before making changes!! You did do a backup? eh?
Jack_mcs Posted April 29, 2006 Posted April 29, 2006 There have been a lot of problems posted regarding Links Manager since that was released. Since the author didn't bother to include changes he made and has not responded to support questions, I would question it. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
ddp Posted April 29, 2006 Author Posted April 29, 2006 (edited) There have been a lot of problems posted regarding Links Manager since that was released. Since the author didn't bother to include changes he made and has not responded to support questions, I would question it. Jack thanks for your reply. My question is not about the links manager it is about the SEO url ver 2.2. My links manager contribution is working fine. I need to update the .htaccess file to include the link.php files to be rewitten by Ulitimate SEO url I added: RewriteRule ^(.*)-l-(.*).html$ links.php?cPath=$2&%{QUERY_STRING} but that is not right. Anybody got SEO Urls working with the link manager? My installation is generating the correct .html urls but the required rewriterule statement to include the links.php file is missing. Edited April 29, 2006 by ddp Quote Backup before making changes. Backup before making changes! Backup before making changes!! You did do a backup? eh?
ddp Posted April 29, 2006 Author Posted April 29, 2006 (edited) I found the answer. Someone else posted their .htaccess file answering another post and I found the code I needed. RewriteRule ^(.*)-links-(.*).html$ links.php?lPath=$2&%{QUERY_STRING} Needed to be added. Links.php pages are now being rewritten to .html pages. Edited April 29, 2006 by ddp Quote Backup before making changes. Backup before making changes! Backup before making changes!! You did do a backup? eh?
Jack_mcs Posted April 30, 2006 Posted April 30, 2006 thanks for your reply. My question is not about the links manager it is about the SEO url ver 2.2. My links manager contribution is working fine. I need to update the .htaccess file to include the link.php files to be rewitten by Ulitimate SEO url I added: RewriteRule ^(.*)-l-(.*).html$ links.php?cPath=$2&%{QUERY_STRING} but that is not right. Anybody got SEO Urls working with the link manager? My installation is generating the correct .html urls but the required rewriterule statement to include the links.php file is missing. I know. There was an update to both contributions by the same person for the same reason. I assumed that is what you were using. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.