 |

mackeymedia
User
Jan 3, 2007, 10:50 PM
Post #1 of 3
(172 views)
Shortcut
|
|
RSS Feed link points to wrong publish page
|
Can't Post
|
|
Please assist, my RSS feed contains this link: <link>http://www.mywebsite.com/publish/</link> it should be <link>http://www.mywebsite.com/</link> please advise where I go to dump the now bogus /publish. Also, the "view website" in the admin menu points to the erroneous page http://www.mywebsite.com/publish and should not contain the /publish . please advise where to go to repair these flaws.
(This post was edited by mackeymedia on Jan 5, 2007, 9:12 AM)
|
|
|  |
 |

ChetW
Staff

Jan 6, 2007, 4:35 PM
Post #2 of 3
(157 views)
Shortcut
|
|
Re: [mackeymedia] RSS Feed link points to wrong publish page
[In reply to]
|
Can't Post
|
|
Hi David, Thank for the post! Let' start with your RSS feed, all you'll have to do here is connect to your server and go to the templates/articleLists/globalRSS.xml template file. In this template file find the following code:
<link>$settings.publish_url$</link> and replace it with:
<link>http://www.yourwebsite.com</link> Be sure to save your changes and re-publish the Global RSS publish rule. :) Next we'll look at the "view website" link. The reason that you see your /publish/ directory when using the "view website" link is because Article Manager is still told and using the /publish/ directory for all your Article Manager content except the Global Index page. On very easy way around this is to make an index.shtml page that links to your website root to do this follow the steps below: 1. Create a new file called index.shtml for this file use the following code:
<html> <body> <!--#include virtual="/index.shtml" --> </body> </html> 2. Place this newly created index.shtml file in the /publish/ directory on your web server, now when you select the "view website" link you'll be connected to you main global index page. :) Give this a try David and if you have any other questions please feel free to ask! Cheers, Chet Woodside - Product Specialist support@interactivetools.com
Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.
|
|
|  |
 |

mackeymedia
User
Jan 7, 2007, 5:44 PM
Post #3 of 3
(136 views)
Shortcut
|
|
Re: [ChetW] RSS Feed link points to wrong publish page
[In reply to]
|
Can't Post
|
|
Many thanks Chet, Works like a charm!
|
|
|  |
|