Search results

  1. Noor

    How to promote a website ?

    Let’s start with this: website promotion as a whole is a kind of interaction of different measures, the task of which is to increase the recognition and popularity of the site among Internet users, usually on a certain topic. The main task for website promotion is to attract a permanent target...
  2. Noor

    Web Security

    Preface I think many will be interested in an article about the security of web projects, so the time has come. I will often refer to the architecture I use, but the approaches described can be used in any system (the main thing is to know how). Security levels Many programmers, thinking about...
  3. Noor

    Domain Transfer / Changed

    The site was moved from one domain to another from domain.com to domain2.com RewriteEngine on RewriteCond %{HTTP_HOST} ^www\.domain\.com$ [R=301,1] RewriteRule ^(.*)$ http://www.domain2.com/$1
  4. Noor

    Rewriting and Copywriting

    All ways to make money online can be divided into two groups: the first contains those methods that do not require having your own website, and the second group contains how to make money on your own website. I will describe all the types, but it’s up to you to decide which type of income to...
  5. Noor

    SEO for dummies

    DAY 1. 1. Briefly about how the Yandex search engine works 2. Programs that will be needed for work 3. How to see what pages the search engine sees 4. What the search engine sees 5. What the search engine does not index 6. How to view html tags 7. How to see what the search engine sees DAY 2...
  6. Noor

    What is DDOS attack ??

    The article provides information about DDOS attacks and protection against them. What is a dos attack? Actually, literally the term “DoS” stands for and is translated as “denial of service”. Accordingly, a dos attack (DOS attack) is an action aimed at provoking such a reaction from the...
  7. Noor

    Google bot ban

    A strict ban on visits to our website for the Google search engine robot RewriteEngine on RewriteCond %{USER_AGENT} Googlebot RewriteRule .* - [F] # The second option returns instead of errors 403 ( FORBIDDEN ) error 404 ( NOT _ FOUND ) RewriteCond %{USER_AGENT} Googlebot RewriteRule .* - [R=404]
  8. Noor

    Interesting facts about Iran

    Translated from Persian, Iran means “Land of the Aryans”. In 2012, the Iranian police chief declared that Google was a spying tool. In addition, the Iranian government has announced that it is ready to create a “national internet” that will be under full state control. In Iran, a couple...
  9. Noor

    Setting up a server for SEO optimization

    1. Home page without duplicates Usually the home page code is physically located in the file /index.html (or index.php - for most dynamic sites), but the site should open by any of the requests: yoursite.ru, yoursite.ru/index.html , www.yoursite.com and www.yoursite.com/index.html. But for...
  10. Noor

    ready for Ramadan? download our sticker pack 👇 https://wa.me/stickerpack/Ramadan

    ready for Ramadan? download our sticker pack 👇 https://wa.me/stickerpack/Ramadan
  11. Noor

    DesiDot.com Forum Terms & Rules

    Hi Everyone Welcome to DesiDot.com Family FORUM OVERVIEW: This forum's primary purpose is to share stuff to needy people (especially for webmasters) in a convenient way, you can download various kinds of scripts, forum software, themes, plugins, and lots more. You can also discuss related...
  12. Noor

    Ramadan Kareem Mubarak

    Ramadan Mubarak to my wonderful friends and family! May this month bring you closer to Allah and fill your hearts with His divine grace.
Back
Top