rewritecond

  1. A

    Question Not loading the site by placing the .htaccess code

    HI By placing the following code in the site file .htaccess will not be loaded : <IfModule mod_rewrite.c> RewriteEngine On # If you are having problems or are using VirtualDocumentRoot, uncomment this line and set it to your vBulletin directory. # RewriteBase / # If you are having problems...
  2. Nirjonadda

    Add rules in htaccess

    Fillip H., Please Add this rules in your htaccess RewriteEngine On # Force SSL: RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] # Force www: RewriteCond %{HTTP_HOST} !^$ RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteCond %{HTTPS}s ^on(s)| RewriteRule ^...
  3. L

    Question Global scores / Champs

    Recently my global champs have stopped updating along with the scores. I have tried to find a resolution to this, which includes searching here on the forums for an answer, but have not yet found one. All scores are saving and submitting "locally" but never updates the global score / champ (as...
  4. I

    Bug Http 500

    I did a new upgrade and since then I have this error. HTTP 500-fout IfModule mod_rewrite.c> RewriteEngine On # If you are having problem with "None Could Be Negotiated" errors in Apache, uncomment this to turn off MultiViews # Options -MultiViews RewriteCond %{REQUEST_URI}...
  5. M

    Question Bitnami Stack htaccess configuration

    I have a Wordpress / vBulletin stack that I have moved to the Bitnami Wordpress stack. There .htaccess information is stored in the htaccess.conf file with Directory blocks as the location of the htaccess info. <Directory "/opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/akismet"> #...
  6. boldherri

    Question DB Seo problem redirect link

    Hello, i have always problem on mod Dragonbytes:RpS_sad: i have problem when i open links forum appear this message if i disable the product db seo i no have problem if enable DB seo i have this problem. I have tried both approaches, and there is always the problem this is my htaccess...
  7. S

    Question Two sites on one hosting account (DBSEO .htaccess)

    I am having an issue with my .htaccess allowing me to run two sites on my hosting account that seems to be directly related to the provided DBSEO code. RewriteEngine On # If you are having problem with "None Could Be Negotiated" errors in Apache, uncomment this to turn off MultiViews #...
  8. S

    Bug Possible config issue? Home Link going to Blogs

    Since installing this mod... links to my "home" which are linked like this: https://www.mysite.com/forums Go to: https://www.mysite.com/forums/blogs/all/ What do I have to correct to make it go to /forms and not the blogs? This is what my .htaccess file looks like: <IfModule...
  9. S

    Question DB errors with forum titles having * in them

    Hi, Just installed the product yesterday (v 1.3.1) and I am getting emails with this error: Database error in DragonByte SEO 1.3.1: Invalid SQL: SELECT userid FROM user...
  10. H

    Bug Thread Pagination Issue

    Our htaccess rules # Comment the following line (add '#' at the beginning) # to disable mod_rewrite functions. # Please note: you still need to disable the hack in # the vBSEO control panel to stop url rewrites. RewriteEngine On RewriteCond %{REMOTE_ADDR} !81.96.96.105 RewriteCond...
  11. J

    Question Root Redirects to DBSEO

    I have a little problem from redirects at .htaccess in the root directory to forum directory. DBSEO is installed in forum directory so DBSEO rules are implemented into www.domain.com/foro I have a .htaccess in my root domain with this rewrite rule: RewriteRule ^noticias/$ /foro/2_noticias/...
  12. M

    Question DBSeo import urls from Mod Rewrite Friendly URLs

    Hi guys, I have the 4.2.2 ver. of Vb and I want add the DBSeo Pro, but I just have the Mod Rewrite Friendly URLs of default Vb enabled. So how do i import the old urls to the DBSeo?? I see my htaccess that just have the "RewriteEngine on" code on the top of the file. So what I have to do? Have...
  13. Zuker

    Question Paths rewrite on activation

    Hi, i'm migrating from vbs. to dbseo, and after activation product (vbseo it's off) all my paths are wrong GAM!NGA - Foros check css, for i.e., it should be in /common and it says it's in /foros/common htaccess RewriteEngine On RewriteBase /foros/ # If you are having problem with "None...
  14. mpursell

    Question Problem with the URLs

    Product it's the latest version installed: I haven't found a proper way to get these two rewrite rules work on a same .htaccess There was a migration on this site that made it work from www.site.com to www.site.com/forums/ And to make that migration work fine, there're two scripts, one does a...
  15. D

    Bug DragonByte SEO ,htaccess mod error

    Hello, Below is a copy of my .htaccess file before mod's (w/o any specific URL info): ****************** AddHandler phpini-cgi .php Action phpini-cgi /cgi-bin/php5-custom-ini.cgi # Header set Access-Control-Allow-Origin "*" Header set Access-Control-Allow-Origin * RewriteEngine on RewriteCond...
  16. razgritz

    Question Rewrite url don´t work

    Hello, I have a problem, i put in friendly url -> standard but dragonbyte seo still don´t work. This is my url: My Old Dream but when you go to 404 Not Found don´t work. This is my .htaaccess: RewriteEngine on # If you are having problems or are using VirtualDocumentRoot, uncomment this...
  17. A

    Question htaccess Error

    Hi, i have Problems with the .htaccess. When i use the version, you recomend in the Readme.txt RewriteEngine On # If you are having problem with "None Could Be Negotiated" errors in Apache, uncomment this to turn off MultiViews # Options -MultiViews RewriteCond %{REQUEST_URI}...
Back
Top