Trying to setup an SMF Forum Site
« on: July 02, 2012, 07:37:25 AM »
Trying to setup an SMF Forum Site, I cannot see my generator. I get redirected I think.

I have a rewrite for url's and 301. Can you help me get it setup?

Re: Trying to setup an SMF Forum Site
« Reply #1 on: July 03, 2012, 09:03:08 AM »
Hello,

please try to create a file name ".htaccess" in generator/ folder with one line:
RewriteEngine off
Re: Trying to setup an SMF Forum Site
« Reply #2 on: July 03, 2012, 03:23:38 PM »
That allowed me to see the generator, thanks!


I ran it and got this error:

Code: [Select]
Service Unavailable.

Technical description:
504 Gateway Time-out - The web server is not responding
Re: Trying to setup an SMF Forum Site
« Reply #3 on: July 04, 2012, 05:18:14 PM »
Hello,

it looks like your server configuration doesn't allow to run the script long enough to create full sitemap. Please try to increase memory_limit and max_execution_time settings in php configuration at your host (php.ini file) or contact hosting support regarding this.
Re: Trying to setup an SMF Forum Site
« Reply #4 on: July 04, 2012, 05:50:11 PM »
Hi, What's ideal settings?

They were at:
max_execution_time = 30
max_input_time = 60
memory_limit = 256M
Re: Trying to setup an SMF Forum Site
« Reply #5 on: July 05, 2012, 02:05:48 PM »
It depends on the size of website, please try:

max_execution_time = 3000
memory_limit = 512M
Re: Trying to setup an SMF Forum Site
« Reply #6 on: July 05, 2012, 03:14:15 PM »
Adjusted the settings. Still getting error:

Service Unavailable.

Technical description:
504 Gateway Time-out - The web server is not responding
Re: Trying to setup an SMF Forum Site
« Reply #7 on: July 06, 2012, 06:07:24 AM »
Hello,

please let me know your generator URL/login in private message to check this.