by (1.4k points)
edited by
Hey All,

I try to install Seotoaster on Nginx

My Nginx-Config:

location ~ ^(.*)$ { }
location / {
  if (-e $request_filename){
    rewrite !\.(js|ico|jpe?g|gif|png|css|pdf|avi|mov|mp(3|4|e?g)|lng|(r|t)ar|tgz|zip|swf|ttf|eot|svg|woff)$ /index.php break;
  }
}

Ioncube-loader is not installed.
All points are green but I cant see the Next-Button.

What can I do?

magic_quotes_gpc = Off
magic_quotes_runtime = Off
magic_quotes_sybase = Off



Thanks

Best regards

Ronny

1 Answer

by (14.9k points)
Hello.
Could you provide your PHP-errors log?
What version of PHP are you using?
...