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