Activity Stream
48,167 MEMBERS
6792 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1.     
    #1
    Member
    Website's:
    Blog.HostGee.Com mywebsitedownorup.com softwere.us

    Question vBSEO 3.3.0. install but subdomains not working.?

    hi guys .. please help me..

    recently i install vbSEO 3.3.0 version at my forum, vBSEO its working and forum is running good but after installation my subdomains not working.

    and when i disable the VBSEO then subdomain is working but forum all section and links not working.

    i spoke with my hosting company.. they said somemore setting needs in .htaccess file in your root folder.

    Currently i use these below codes in my .htaccess file please review:

    # 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

    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums/)
    RewriteBase /

    #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]

    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]


    I use this above codes. but my subdomains not working..

    and when i clear and remove all data in .htaccess file. that time subdomains is working .. but my forum section and links not working..


    PLEASE HELP ME TO GET WORKING BOTH subdomains and forum section and links..

    anyone knows about .htaccess file.. please help me..

    looking your best Response

    Thank you

    CASPER
    yaseenwarez Reviewed by yaseenwarez on . vBSEO 3.3.0. install but subdomains not working.? hi guys .. please help me.. recently i install vbSEO 3.3.0 version at my forum, vBSEO its working and forum is running good but after installation my subdomains not working. and when i disable the VBSEO then subdomain is working but forum all section and links not working. i spoke with my hosting company.. they said somemore setting needs in .htaccess file in your root folder. Currently i use these below codes in my .htaccess file please review: Rating: 5
    Checkout over Hosttest webmaster resources Blog. at http://blog.hostgee.com <_<

  2.   Sponsored Links

  3.     
    #2
    Member
    provide us with the URL?

  4.     
    #3
    Member
    Website's:
    Blog.HostGee.Com mywebsitedownorup.com softwere.us
    i did not change . anything in the above .htaccess file.. currently i use same these codes in my .htaccess file..

    subdomains is : www.support.yaseenwarez.com
    Checkout over Hosttest webmaster resources Blog. at http://blog.hostgee.com <_<

  5.     
    #4
    Member
    try removing any .htaccess file that's in the folder of the subdomain.

    fyi..
    first of all www.yaseenwarez.com is a subdomain of yaseenwarez.com
    and www.support.yaseenwarez.com is a sub-subdomain ..its not a good practice to have subdomain with www
    Coding Horror Fan
    I don't read PM's frequently .

  6.     
    #5
    Member
    Website's:
    Blog.HostGee.Com mywebsitedownorup.com softwere.us
    no .htaccess file in the subdomains folder
    Checkout over Hosttest webmaster resources Blog. at http://blog.hostgee.com <_<

  7.     
    #6
    Member
    Website's:
    dirtydingo.org badboysaftermath.com
    not fully up on vbseo but don't you need to put site url's in this part

    Code: 
    #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
    ***DirtyDingo Ad Spots***


  8.     
    #7
    Member
    try this
    RewriteCond %{HTTP_HOST} ^www\.example\.com$
    RewriteRule ^(.*)$ http://example.com/$1 [L,R=301]
    Coding Horror Fan
    I don't read PM's frequently .

  9.     
    #8
    Member
    Website's:
    Blog.HostGee.Com mywebsitedownorup.com softwere.us
    RewriteCond %{HTTP_HOST} ^www\.example\.com$
    RewriteRule ^(.*)$ http://example.com/$1 [L,R=301]
    i am try.. but same Error. subdomains not working bro.

    Please help me
    Checkout over Hosttest webmaster resources Blog. at http://blog.hostgee.com <_<

  10.     
    #9
    Member
    Coding Horror Fan
    I don't read PM's frequently .

  11.     
    #10
    Banned
    Website's:
    SMSFreak.in Recharge.im DJGaurav.in
    Add this .htaccess to ur subdomain folders

    # 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

    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums/)
    RewriteBase /

    RewriteCond %{HTTP_HOST} !^www\.yaseenwarez\.com
    #RewriteRule (.*) http://www.yaseenwarez.com [L,R=301]





Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. VBSEO, is not working fine
    By Snap in forum Web Application/Script Support
    Replies: 10
    Last Post: 17th Jul 2011, 09:58 PM
  2. Install Nginx as Reserve Proxy giving 404 error - Vbseo
    By Rapid4All in forum Server Management
    Replies: 1
    Last Post: 21st Dec 2010, 04:31 PM
  3. Individual subdomains
    By gmaister22 in forum General Discussion
    Replies: 13
    Last Post: 23rd Nov 2010, 06:40 PM
  4. [Hiring] Someone to install working MEGUI
    By pankaj in forum Completed Transactions
    Replies: 0
    Last Post: 10th Nov 2010, 04:00 AM
  5. How to install terminal server, its not working.
    By Sponge Bob in forum Webmaster Discussion
    Replies: 6
    Last Post: 6th May 2010, 09:22 PM

Tags for this Thread

BE SOCIAL