Enter your email address:

Delivered by FeedBurner

Sunday 13 December 2015

Correct Nginx Conf with wordpress 404 error permanlink

Hi here step 1 for Nginx wordpress config




1.  Root server
    etc/nginx/nginx.conf 

user www-data;
worker_processes 4;
pid /run/nginx.pid;

events {
worker_connections 768;
# multi_accept on;
}

http {

##
# Basic Settings
##

sendfile on;
tcp_nopush on;
tcp_nodelay on;
keepalive_timeout 65;
types_hash_max_size 2048;
# server_tokens off;
    
        client_max_body_size 100m;

# server_names_hash_bucket_size 128;
# server_name_in_redirect off;

include /etc/nginx/mime.types;
default_type application/octet-stream;

##
# Logging Settings
##

access_log /var/log/nginx/access.log;
error_log /var/log/nginx/error.log;

##
# Gzip Settings
##

gzip on;
gzip_disable "msie6";

# gzip_vary on;
# gzip_proxied any;
# gzip_comp_level 6;
# gzip_buffers 16 8k;
# gzip_http_version 1.1;
# gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;

##
# nginx-naxsi config
##
# Uncomment it if you installed nginx-naxsi
##

#include /etc/nginx/naxsi_core.rules;

##
# nginx-passenger config
##
# Uncomment it if you installed nginx-passenger
##

#passenger_root /usr;
#passenger_ruby /usr/bin/ruby;

##
# Virtual Host Configs
##

include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-enabled/*;
}


#mail {
# # See sample authentication script at:
# # http://wiki.nginx.org/ImapAuthenticateWithApachePhpScript

# # auth_http localhost/auth.php;
# # pop3_capabilities "TOP" "USER";
# # imap_capabilities "IMAP4rev1" "UIDPLUS";

# server {
# listen     localhost:110;
# protocol   pop3;
# proxy      on;
# }

# server {
# listen     localhost:143;
# protocol   imap;
# proxy      on;
# }
#}

Now you have file

2. Nginx sites-enabled

/etc/nginx/sites-enabled/default.conf

server {
    listen 80 default_server;
    listen [::]:80 default_server ipv6only=on;

    root /usr/share/nginx/html;
    index index.php index.html index.htm;

    server_name innovlearn.com;

    location / {
     try_files $uri $uri/ /index.php;
    }

    error_page 404 /404.html;
    error_page 500 502 503 504 /50x.html;
    location = /50x.html {
        root /usr/share/nginx/html;
    }

    location ~ \.php$ {
        try_files $uri =404;
        fastcgi_split_path_info ^(.+\.php)(/.+)$;
        fastcgi_pass unix:/var/run/php5-fpm.sock;
        fastcgi_index index.php;
        fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
        include fastcgi_params;
    }
}

Thanks for visit happy 




Thursday 16 January 2014

Better Site Structure for Google Eye SEO

Better website Structure for Google Eye SEO

Search engines square measure still one amongst the foremost necessary traffic drivers to sites currently that is why programme optimization (SEO) is improbably necessary. Whereas SEO is usually thought to be simply a collection of some technical tricks – and as an expert SEO, I confess to defrayment lots of your time with purchasers fixing technical problems – the location structure is simply as necessary. Your website’s structure determines whether or not a groundwork engine understands what the subject of your site is and the way simply it'll notice and index content relevant to your site’s purpose and intent. By making an honest structure, you'll be able to use the content you’ve written that has attracted links from others, and use your website’s structure to unfold a number of that “link juice” to the opposite pages on your site. On a billboard website, which means that you just will use the standard content you’ve written to spice up the programme rankings of your sales pages too. Did i purchase your attention now? Ok, currently we’ve coated what and why, let’s get on to however.

Developing an honest website structure

When developing a brand new website, or restructuring associate existing one, it helps to prolong your site’s structure in one thing like Visio, or maybe swing it in surpass. What you’ll wish to try and do is place all the pages and sections in there as a tree, one thing like that Shown in Picture

Better website Structure for Google

Now as you'll be able to see this structure is unbalanced, because the Code section constitutes over 1/2 the whole website. you ought to ensure your website structure appears like a fairly balanced pyramid. I’d advise you to possess one thing between a pair of and seven main sections, reckoning on however content significant your website is, and no section ought to be over double as massive as the other section. As well because the code section being means too huge, there’s another few points concerning|to contemplate} about Figure one. First, there square measure 3 pages that square measure essentially concerning me: “About Me”, “Projects” and “Websites”. additionally, upon searching for my { website} statistics I found that the WordPress pages were chargeable for concerning half-hour of my site traffic, however they were down on the third and fourth level. The good thing about employing a tool like Visio or Omni raffle, as I did, is that it’s quite simple to set up stuff, and it’s simple to induce an honest “feel” for whether or not the new structure goes to figure. I’ve usually used a table or a wall and lots of notepaper notes for this purpose too, which has additionally worked fine on behalf of me. So I began to set up the sections and came up with the section structure seen in Better website Structure for Google 2 As you'll be able to see i made a decision to maneuver some pages “up” the tree, and that i removed some pages. once you’re rethinking your website structure you’ll usually notice that some pages don't seem to be extremely helpful to your users. Deleting them is that the smartest thing you'll be able to do if that’s the case. Another selection I created was to maneuver the diary to the homepage. My homepage was utter nonsense, and essentially one more “About Me” page. And though' i favor myself, that’s not what i used to be hoping folks came to my website for. My diary is that the basis of my website, thus i made a decision to create it the cornerstone of this structure too.

Naming your sections

Once you’re happy along with your website structure, have a glance at the names you’ve return up with for your sections. If you have got enough content a couple of subject for it to be ready to have its own section, you'll be able tobet folks square measure finding out it similarly. That’s why it’s terribly informed ensure your section names use the keywords folks square measure looking for! For example, if you’re like Pine Tree State and you’ve written WordPress plugins and created a district for them, you ought to not decision that section “WordPress”. What would you search for? “WordPress plugins”, right? thus name it that (which doesn’t mean you can’t decision it WordPress in your menu structure if that works higher, simply ensure the page title and crumb links square measure “WordPress plugins”). you'll be able to do quite little bit of analysis on that keywords folks hunt for. Some freely on the market tools are: Pick the correct names for your sections and subsections, and you’re halfway there. currently use an equivalenttechniques to select the titles for your pages, and ensure to stay them short and clean. My sections currently have names as shown in Figure three. BETTER Google site sitestructure now we’ve coated the 2 most vital components of shaping your website structure, we’ll flip our attention to other details to contemplate.

Other Things to stay in mind

there square measure another few things to stay in mind once figuring out the structure of your website. Forums, and alternative user-controlled content: If one half of} your website is manufacturing far more content then another part, and also the quality of that extremely productive half is poorer, you will not want to combine the 2. as an example, let’s say your front page is sort of a List Apart, change each few weeks with terribly prime quality articles gathering countless links. Another section of your website is your forums section that produces countless new threads daily, of questionable quality. Your forum is maybe planning to deteriorate the rankings for your front page, as a result of you’re perpetually “flowing” ranking strength from your prime quality front page into your forums. that the smartest thing you'll be able to do with them is move them to a subdomain of your website. This is less of a tangle once you have a diary on your website, that you management. the standard of which will be less questionable, and you will wish those blog posts to rank well. Redundant classes and tags: Sooner or later you’re planning to comprise this entice – i do know I even have – of getting multiple classes on your site/blog, and perpetually assignment an equivalent 2 classes to bound posts. Let’s sayyou have got the “browsers” and “Opera” classes, and Opera is that the solely browser you incite. Currently once you inspect the class summary page for the “browsers” class, you'll be seeing the precise same content as once you inspectthe “Opera” class page – the 2 tags square measure essentially redundant. When you’re victimization tags, this happens even a lot of. You’re most likely speculative “what’s wrong with that?” Well, let’s say a couple of folks needed to link to all or any those posts, as a result of they liked them most. You’ve simply lost management over that class they're going to link to – the primary one may choose the “browsers” class, and also the person may choose the “Opera” class. If this happens multiple times, you’re “throwing away” sensible links. Let’s say you have got a pair of links to your “browsers” class page, and a pair of links to your “Opera” class page. A less common challenger has three links to his single “browser category” page, as a result of he doesn’t have a redundant “Opera” class. in an exceedingly real easy world wherever each link is equal, your challenger would currently rank higher than you. It’s important to create certain you’re not showing an equivalent content on multiple pages, as a result of that’s not serving to your rankings. I produce a tag optimisation tool that may assist you solve problems like these.

Internal link structure

If you probably did it fine along with your new website structure, it ought to seem like a pyramid. currently you ought to take into account however you’re planning to connect the sections of this pyramid along. inspect those sections as tiny pyramids within your larger pyramid. every page within the high of that pyramid ought to link to all or any its sub pages, and also the alternative means around. Because you’re linking from pages that square measure closely associated with one another content-wise, you’re increasing your site’s risk to rank. You’re “helping” the programme out by showing it what’s connected and what isn’t. Google site sitestructure final You should ensure you retain your links between every page relevant to those pages. as an example, if you connected from subpage three to plugin a pair of all the time, the programme may assume that subpage three was associated with plugin a pair of, whereas it’s solely associated with plugin four.

From your new website structure to URLs

Once you’ve created your new website structure, you'll be able to go forth and build the URLs for this structure. Every page’s URL ought to describe the content of that page, however be as short as doable. If you have got determined what keywords you wish to rank for, you would possibly embrace the foremost necessary ones in your URLs. Things to stay in mind whereas implementing your new URLs
  •  If you’re victimization multiple words, separate them with hyphens.
  • Mixed case URLs square measure associate absolute no-no, as UNIX and UNIX servers square measure case sensitive. Having mixed case URLs drastically will increase the
  • possibility of typos – have you ever ever tried bear in mind a URL that /LoOks/LiKe/ThiS/ ?
  • Numbers can be simple for your CMS, however not for your users. basic cognitive process a URL with variety in it’s arduous, that the probability folks can bear in mind
  • it and link thereto is smaller – don’t use numbers in URLs.
  • Make URLs guessable if you'll be able to. If folks will bear in mind your URLs they will additionally quote it with their friends a lot of simply.
  • Make certain you airt all of your previous pages to their new equivalents victimization 301 redirects. A 301 page may be a permanent page, and this manner
  • search engines can move all the link price from the previous URL to the new one.
  •  Make certain content is out there below one URL and one URL solely, as an example by implementing print style sheets on your pages. There’s no valid reason any longer to possess a special page for printing functions as a result of all major browsers support print style sheets.
  • For a lot of information on URLs and also the issues they will cause, see my article on duplicate content.

Conclusion: work on your website structure

A good website structure may be a demand for programme optimisation. It permits each your users and search engines to search out content at intervals your website a lot of simply. an honest structure is well categorized, and pages at intervals it solely link to alternative pages on an equivalent topic. Using the correct URLs for the pages at intervals that website structure will increase the prospect that folks can bear in mind and link to your URL, and heavily will increase your ability to rank within the search engines similarly.

Sunday 8 December 2013

About Ashok Bhamla

Ashok Bhamla IT E-business Consultant Software engineer.  Born 05 Apr 1989 in Small Village Tolni,  Sohna, Distt-Gurgaon (Haryana) India. Profession Ashok Bhamla holds an Engineering degree in Computer Science from MIIT and Working with number of company as IT E-business Consultant. Interest of area Travel, Classifieds and Real estates.
I have been to many cities of India as a part of my education, work or joy travel. My primary objective has been to create websites and SEO E-Business Creations.
Early life
Ashok Bhamla was born Joint family on 05 Apr 1989 to a family of Gujjar in Tolni in Sohna (Gurgaon) district of Haryana, India. I was the first of three children born to Dhanraj Bhamla and his wife, Savitri.My Father is first of three brothers. My Grant Father Late.AntRam Bhamla very Poor farmer started his life in a single mud house but due to his labor got 10 Acres land in same village started Milk business with his own cattle.
Early Education
My early education is just drama of travel because in my village don’t have school. So it was just
trips to my relatives.
1st to 10th I was in my Mama's village

10th to 12th at Sohna & Bhondshi in my City  Gurgaon.

Saturday 28 July 2012

Property Portal Clone Of 99acres & magic Bricks

Most power full Real Estates Portal On PhP & wordpress. Global Homes India, the No.1 Property and Real Estate Site. Buy, sell and rent properties anywhere in India on Globalhomesindia.com. Find lakhs of new properties, search city wise new property listings, connect with builders and real estate agents and get the best value for your money. IndiaProperty is the best place to buy new properties. Begin your property search right now!.