Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 04-17-2015, 07:31 AM
Goomzee Goomzee is offline
 
Join Date: Apr 2008
Location: Philippines
Posts: 588
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Server configuration 0%

I have analyzed my website homepage and get this result some plz tell me how do i improve below things

Server configuration 0% achieved

HTTP redirects

Quote:
The website is accessible by URLs with and without "www.". This may cause duplicate content and bad links to your website
.


HTTP header
Quote:
The X-powered header is sent within the response header.
Performance
The HTML page load time is slow (1.14 seconds). The load time should be less than 0.4 seconds. Slow sites are harder to crawl.
The page loads 13 javascript files. This may affect the load time negatively.
The HTML document is very large (107 KB).


by the way website homepage redirect without www

www.mknexusonline.com/
mknexusonline.com/
Reply With Quote
  #2  
Old 04-18-2015, 08:54 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The site would not even load for me the first time. The second time it did take a while. That particular page is from a modification. So, turn off any modules that are server intensive (make lots of queries). I would also use an .htaccess file to direct all non-www URLs to the www URL. Google can help you with that.
Reply With Quote
  #3  
Old 04-20-2015, 04:46 AM
Goomzee Goomzee is offline
 
Join Date: Apr 2008
Location: Philippines
Posts: 588
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

here is my htaccess file text
Quote:
RewriteEngine On

RewriteCond %{THE_REQUEST} ^[A-Z]{3,}\s/+index\.php\?page=([^\s&]+) [NC]
RewriteRule ^ /%1? [R=301,L,NE]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ /index.php?page=$1 [L,QSA]
I also want to mentioned here what whatever page i opened without www my redirect to forums page see below example

http://www.mknexusonline.com/mkx

http://mknexusonline.com/mkx (it will redirect forum page 404.)


and below in my forum htaccess file text

Quote:
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} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php|reviewpost/|classifieds/|gallery/)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]

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


RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|image s|reviewpost|classifieds|gallery|renders|animation s)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]
Reply With Quote
  #4  
Old 04-20-2015, 04:52 AM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dont have any problems
Reply With Quote
  #5  
Old 04-20-2015, 08:15 AM
Goomzee Goomzee is offline
 
Join Date: Apr 2008
Location: Philippines
Posts: 588
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

there is problem this page

http://mknexusonline.com/mkx redirect to my forum page
www.mknexusonline.com/forums/mkx (and it's wrong page)
Reply With Quote
  #6  
Old 04-20-2015, 08:16 AM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not for me
your first link send me to http://www.mknexusonline.com/forums/mkx/?page=mkx
your 2nd link sends me to http://www.mknexusonline.com/forums/mkx
I have also removed the www but it puts in back so you must have it in dbseo or your htaccess file
Reply With Quote
  #7  
Old 04-20-2015, 04:16 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This link - http://mknexusonline.com/mkx
Actually redirects to this link for me - http://www.mknexusonline.com/forums/mkx/?page=mkx

This link doesn't redirect at all for me - http://www.mknexusonline.com/forums/mkx/
Reply With Quote
  #8  
Old 04-21-2015, 03:23 AM
Goomzee Goomzee is offline
 
Join Date: Apr 2008
Location: Philippines
Posts: 588
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ForceHSS View Post
Not for me
your first link send me to http://www.mknexusonline.com/forums/mkx/?page=mkx
your 2nd link sends me to http://www.mknexusonline.com/forums/mkx
I have also removed the www but it puts in back so you must have it in dbseo or your htaccess file
well that i am saying

without www my pages redirect to forum pages and i have install dbseo and my htaccess file i already share above post



Quote:
Originally Posted by Lynne View Post
This link - http://mknexusonline.com/mkx
Actually redirects to this link for me - http://www.mknexusonline.com/forums/mkx/?page=mkx

This link doesn't redirect at all for me - http://www.mknexusonline.com/forums/mkx/
yes 2nd won't redirect but 2nd link also wrong see below with www and without www

www.mknexusonline.com/mkx (it will show me correct page)

mknexusonline.com/mkx (it will redirect wrong)
if you both understand what i saying then plz let me how to fix this
because without www my homepage also redirect to forum page

www.mknexusonline.com (it show my home page)

mknexusonline.com (it will show forum page that is wrong)
Reply With Quote
  #9  
Old 04-21-2015, 03:35 AM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Goomzee View Post
well that i am saying

without www my pages redirect to forum pages and i have install dbseo and my htaccess file i already share above post





yes 2nd won't redirect but 2nd link also wrong see below with www and without www

www.mknexusonline.com/mkx (it will show me correct page)

mknexusonline.com/mkx (it will redirect wrong)
if you both understand what i saying then plz let me how to fix this
because without www my homepage also redirect to forum page

www.mknexusonline.com (it show my home page)

mknexusonline.com (it will show forum page that is wrong)
Post full htaccess file
Reply With Quote
  #10  
Old 04-21-2015, 08:42 AM
Goomzee Goomzee is offline
 
Join Date: Apr 2008
Location: Philippines
Posts: 588
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

above i posted full htaccess
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:50 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04063 seconds
  • Memory Usage 2,257KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete