did i miss something or is this a bug in the 2.0 alpha you can click atsitemap in the menue but nothing happens
sitemap does not work :-(
Moderator: Thorsten
sitemap does not work :-(
hello
did i miss something or is this a bug in the 2.0 alpha you can click atsitemap in the menue but nothing happens
did i miss something or is this a bug in the 2.0 alpha you can click atsitemap in the menue but nothing happens
Wink Pappnase "Oliver"
Hi,
this is a known issue and we're working on it. It only happens on some server configurations.
bye
Thorsten
this is a known issue and we're working on it. It only happens on some server configurations.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Hi Oliver,
could you post your server configuration?
We're investigating why in some circumstances mod_rewrite seems not to work as expected.
Regards,
Matteo
could you post your server configuration?
We're investigating why in some circumstances mod_rewrite seems not to work as expected.
Regards,
Matteo
phpMyFAQ QA / Developer
Amazon.co.uk Wishlist
Amazon.co.uk Wishlist
Hi,
I am having the same problem with the sitemap and also the news links.
I have just upgraded from 1.6 to 2.0.3 and everything seems to be working except for the mod rewrites for the sitemap and news sections.
I'm confused as to why it doesn't work as I've run a checker on the reg expressions and they seem to work as I would expect.
my site is here:
http://support.rfsolutions.co.uk/faq/
Is there a known fix for this problem?
The site is hosted on a 1&1 web server.
I am having the same problem with the sitemap and also the news links.
I have just upgraded from 1.6 to 2.0.3 and everything seems to be working except for the mod rewrites for the sitemap and news sections.
I'm confused as to why it doesn't work as I've run a checker on the reg expressions and they seem to work as I would expect.
my site is here:
http://support.rfsolutions.co.uk/faq/
Is there a known fix for this problem?
The site is hosted on a 1&1 web server.
Hi,
is it possible to test Apache 2?
bye
Thorsten
is it possible to test Apache 2?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
similar problem here too, just moved to a new webhost and carried out the upgrade to 2.0.4 at the same time. Sitemap gave a completely blank page and the rss feeds give an server error.
A quick fix work around for the sitemap problem can be done by changing the following in sitemap.php
find the following comment it out and add the following line underneath
where yoursite.com is the url of your site and faq is the directoryname of your myfaq installation
Unfortunately as I am still in the process of moving files and document to the new webhost and getting all the scripts and programs functioning I haven't had time yet to work out why that particular line is causing a problem.
with regards to rss.php not sure why the following error is occuring yet as its lower down the list of items to fix at the moment
A quick fix work around for the sitemap problem can be done by changing the following in sitemap.php
find the following
Code: Select all
header('Location: http://'.$_SERVER['HTTP_HOST'].dirname($_SERVER['SCRIPT_NAME']));Code: Select all
header('Location: http://www.yoursite.com/faq/sitemap.php');
Unfortunately as I am still in the process of moving files and document to the new webhost and getting all the scripts and programs functioning I haven't had time yet to work out why that particular line is causing a problem.
with regards to rss.php not sure why the following error is occuring yet as its lower down the list of items to fix at the moment
you can see the current myfaq here http://www.4x4uk.org/faqError 500
Error message:
Premature end of script headers: rss.php
I think this is a different problem as you are not using re writes.
I think I will just remove the link to the sitemap on my site as if it is an apache version problem I would need to change web server and it is not worth the hassle.
I would like to remove the news story links as well but I'm not sure which file would need editing, any one got any idea?
I think I will just remove the link to the sitemap on my site as if it is an apache version problem I would need to change web server and it is not worth the hassle.
I would like to remove the news story links as well but I'm not sure which file would need editing, any one got any idea?
yeah to remove the news items you need to edit the index.tpl file
look for this
removing
will eliminate the complete contents of the right sidebar but leave the container in place
if you just want to remove the rss link then edit startpage.tpl
look for this
Code: Select all
<!-- start right sidebar -->
<div class="rightcolumn sidebar" id="sidebar-right">
<div class="rightpadding">
{rightBox}
</div>
</div>
<!-- end right sidebar -->
Code: Select all
{rightbox}
if you just want to remove the rss link then edit startpage.tpl