Search results for query: *

  1. C

    Question Normal thread urls not redirecting to their seo version

    okay thanks, if the feature is supposed to work then it must be something on my side. i'll keep investigating
  2. C

    Question Normal thread urls not redirecting to their seo version

    sorry i don't understand, I got the nginx.conf from the dbseo downloaded package. tried temporarily switching to apache with the .htaccess from the same package but the outcome was the same. isn't redirecting showthread.php urls to their respective seo urls supposed to be a standard dbseo...
  3. C

    Question Normal thread urls not redirecting to their seo version

    i'm using basic nginx config: location / { try_files $uri $uri/ /dbseo.php?$args; } location ~ ^((?!dbseo).)*\.php$ { rewrite ^/(.*)$ /dbseo.php?$args last; }
  4. C

    Question Normal thread urls not redirecting to their seo version

    it is, in fact the canonical url is added correctly example: https://www.craiovaforum.ro/showthread.php?t=1772524 you can see the <link rel="canonical" tag has the correct seo url and the link found in the forumdisplay page is also correct. I was expecting that the showthread.php url would...
  5. C

    Question Normal thread urls not redirecting to their seo version

    yes, the URL Type option is set to "Standard URLs "
  6. C

    Question Normal thread urls not redirecting to their seo version

    yes, on forumdisplay all links look good
  7. C

    Question Normal thread urls not redirecting to their seo version

    hi, sorry if stupid question or already asked, but ever since I moved from vbseo to dbseo I'm seeing that non-seo urls like showthread.php?t=xxx are not being redirected to their respective seo urls. After posting a new thread for example, the url seen in the address bar is the showthread.php...
Back
Top