Quote:
Originally Posted by geosharing
i am install dbseo 2.0.20 and my forum directory is forum/forum.php like this now dbseo is install and working but my home page is not working like this forum/forum.php give me this error
This webpage has a redirect loop
The webpage at http://www.geosharing.net/forum/ has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer.
then i am disable dbseo then all is working very fine please help me ...
|
Can you please try disabling the Force Forum Directory Index setting and see if this works for you?
Quote:
Originally Posted by SWSUSA
This code for nginx.conf
Этот код для nginx.conf
Code:
location ~* \.(png|jpg|jpeg|gif|ico)$
{
expires 30d;
log_not_found off;
}
location / {
try_files $uri $uri/ /dbseo.php?$args;
}
location ~ ^((?!dbseo).)*\.php$ {
rewrite ^/(.*)$ /dbseo.php?$args last;
}
location ~* \.(php)$
{
fastcgi_index index.php;
fastcgi_pass unix:/var/run/php5-fpm.sock;
include /etc/nginx/fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
fastcgi_param PATH_TRANSLATED $document_root$fastcgi_script_name;
}
does not work.
не работает.
|
Please contact your system administrator for assistance with nginx, as it's not a system we are able to fully support at this time unfortunately
Fillip