View Full Version : Server configuration 0%
Goomzee
04-17-2015, 07:31 AM
I have analyzed my website homepage (www.mknexusonline.com/) and get this result some plz tell me how do i improve below things
Server configuration 0% achieved
HTTP redirects
The website is accessible by URLs with and without "www.". This may cause duplicate content and bad links to your website.
HTTP header
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/
Lynne
04-18-2015, 08:54 PM
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.
Goomzee
04-20-2015, 04:46 AM
here is my htaccess file text
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
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]
ForceHSS
04-20-2015, 04:52 AM
Dont have any problems
Goomzee
04-20-2015, 08:15 AM
there is problem this page
http://mknexusonline.com/mkx redirect to my forum page
www.mknexusonline.com/forums/mkx (and it's wrong page)
ForceHSS
04-20-2015, 08:16 AM
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
Lynne
04-20-2015, 04:16 PM
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/
Goomzee
04-21-2015, 03:23 AM
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
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)
ForceHSS
04-21-2015, 03:35 AM
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 (http://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 (http://www.mknexusonline.com) (it show my home page)
mknexusonline.com (it will show forum page that is wrong)
Post full htaccess file
Goomzee
04-21-2015, 08:42 AM
above i posted full htaccess
ForceHSS
04-21-2015, 05:45 PM
I see you are running dbseo this could be your problem. You would be best to talk to them as this is a url problem that I believe is related to their plugin
Lynne
04-21-2015, 06:13 PM
The problem is with your redirect rules. You should post in the modification thread for help with them.
Goomzee
04-22-2015, 07:59 AM
should i modified htaccess if yes then which root one or under forums htaccess
ForceHSS
04-22-2015, 09:32 AM
You need to post in dbtech seo mod for support of their mod
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.