Question When DBseo active, all pages display 404 error

Status
Not open for further replies.

Negril Rob

Customer
Using 4.2.5 with PHP 7.1 and receiving this error. The page url displays the .html result, but doesn't resolve and ends up a 404.

Tried reinstalling. Using the first htaccess code as in the readme in the Forum directory.

Any help is appreciated. Used the mod before and would like to reinstall it. Version 2.0.37
 
Hostgator Cloud server system info says:


Apache Version2.4.39


VBadmin says:

Web Server​
Apache (cgi-fcgi)​


Sucuri site check says:

Running on: Nginx 1.17.3

If I am actually running Nginx, what can I do?

Thanks for the fast assistance.

Rob
 
You'll need to contact your server administrator to have them update the nginx.conf file with rewrite rules.

These are some example rules provided by our community, these will NOT work for everyone. I can't assist you with Nginx as it doesn't work the same way as Apache.

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;
    }
 
Hello @Negril Rob,

We hope your ticket regarding DragonByte SEO has been addressed to your satisfaction. This ticket has now been scheduled to be closed.

If your ticket has not been resolved, you can reply to this thread at any point in the next 7 days in order to reopen the ticket, afterwards this thread will be closed.

Please do not reply to this thread if your ticket has been resolved.

Thank you.


- DragonByte Technologies, Ltd.
 
Hello @Negril Rob,

As we have not heard back from you, your ticket regarding DragonByte SEO has now been closed.

If your ticket has not been resolved, please feel free to start a new support ticket and link back to this ticket.

Thank you.


- DragonByte Technologies, Ltd.
 
Status
Not open for further replies.

Legacy DragonByte SEO

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
7,169
Customer rating
5.00 star(s) 1 ratings
Back
Top