LOGIN Problem / One page Sitemap
« on: January 26, 2011, 08:25:28 AM »
Hi, I'm having two problems at the same time, possibly due to the same bug (I hope!)
I've read about both of them in the forum, but I cannot find an answer by myself!

Here's the problems:

1) I cannot save LOGIN/PASSWORD information, otherwise I cannot acces any page but the index one (Configuration). When I try to access other pages it asks me to login, but it always redirects me to the configuration page.

2) While using it without Login/Password I can CRAWL the site, but it generates a one-page sitemap, with the domain name. If I set the Starting URL as domain/index.asp it says that it cannot find the page. (while, when crawling it with your online tool, it works)

I'm using a Standalone Sitemap Generator (PHP) v4.0, 2010-05-20 on a non-IP-dedicated IIS Server.

I've set the "Use IP address for crawling:" to 127.0.0.1 as I read in the forum, and it helped, but not solved the problem!



I can send you the access data to solve the problem if it may help!

Thanks!
Re: LOGIN Problem / One page Sitemap
« Reply #1 on: January 26, 2011, 09:58:51 AM »
Hello,

please try to create a file name ".htaccess" in generator/ folder with one line:
RewriteEngine off
Re: LOGIN Problem / One page Sitemap
« Reply #2 on: January 26, 2011, 01:02:12 PM »
I've tried to create this file, but the generator becomes inaccessible! I've had to remove it!
Re: LOGIN Problem / One page Sitemap
« Reply #3 on: January 26, 2011, 01:31:20 PM »
Can you provide a temporary ftp access  in private message for troubleshooting?
Re: LOGIN Problem / One page Sitemap
« Reply #4 on: January 26, 2011, 03:47:56 PM »
I've seen now it seems to be working! How did you manage it?
Re: LOGIN Problem / One page Sitemap
« Reply #5 on: January 26, 2011, 10:46:17 PM »
Hello,

I've corrected the session save path setting in PHP runtime configuration.
Re: LOGIN Problem / One page Sitemap
« Reply #6 on: January 27, 2011, 08:04:19 AM »
Thank you very much!

Would you explain exactly what you did?
Where can I find the PHP runtime configuration?

I need to do the same things for a number of sites, so I would like to fix it by myself, without getting you annoyed! ;)

Thanks
Re: LOGIN Problem / One page Sitemap
« Reply #8 on: January 27, 2011, 10:09:37 AM »
Thanks!

I've received the email dealing with the upgrade to version 5.
I've downloaded it, but I'm not sure if I need NOT to overwrite the INDEX.PHP file to preserve its functionality...

Or is it necessary to modify the new INDEX.PHP?

Re: LOGIN Problem / One page Sitemap
« Reply #9 on: January 27, 2011, 10:26:33 AM »
hi
im facing the same problem, -probably
could you explain maybe in public what one needs to do there.
if its possible.

thanks
Re: LOGIN Problem / One page Sitemap
« Reply #10 on: January 27, 2011, 12:25:17 PM »
Hello,

v5.0 of sitemap generator includes this update, so it should work correctly without modifying index.php.
Re: LOGIN Problem / One page Sitemap
« Reply #11 on: January 27, 2011, 04:05:08 PM »
hi again
im afraid but its still not working.
i downloaded v.5 and uploaded it.
i did set a username and password but its im still getting asked on every page to log in.
on the config tab it works -one time-, clicking over to crawling im logged out again.

i can see there are session files generated in the data dir now, but it seems that the session is not kept.

any help appreciated
Re: LOGIN Problem / One page Sitemap
« Reply #13 on: January 27, 2011, 04:31:49 PM »
sorry this is not possible, its IP bound.
but fortunatly its not neccessary no more :)

the problem was: session.cookie_domain
which was wrongly set in our php.ini

our site sets it itself so it worked there.

thanx for your support.