Search results

  1. 2

    Cloudflare Data Leak, Time to change all your website password

    Cloudbleed was fixed just 7 hours after the discovery. :D
  2. 2

    Wordpress Plugin yoast SEO settings.

    >> Yes, you will have to submit sitemap_index.xml to Google Webmaster Tools. :)
  3. 2

    How to embed video from adult website like Redtube

    wp-tube-plugin is one of the best plugins which is used to import videos from other adult websites. :)
  4. 2

    Does my website redirect on mobile?

    Hi, its working fine with 4g network on mobile. Can you double check if your server has configured IPv6 and you any setup AAAA record? This may not be the case but worth checking, if you are sure your phone is not infected and browser not routing traffic to addware sites.
  5. 2

    hide real server ip using nginix

    Hi, We can help for sure. I guess you want to hide IP of your hosted server with other VPS nginx? Can you confirm and give more details? Thanks
  6. 2

    Which is the best hosting company according to you?

    If you ask me in India then I would recommend you Web Hosting India, VPS-Dedicated Servers at Persys-Host They've Real 24/7 Technical Support and good server uptime. Best of luck. :)
  7. 2

    WAMP not installing, showing error 'MSVCR100.dll' is missing

    Also If its just simple development purpose.. Go wid usb server, pretty easy to use. Xampp is always best btw.
  8. 2

    Urgent help on MYSQL CPU Usage

    Hi, we can look at server at peak time and can advise accordingly.
  9. 2

    Cloudflare real ip of domain

    Txt record can be use for various purposes. However people use spf record for emails mostly. From Linux terminal you can find txt record as dig TXT domain.com +short I have done the same for one of my domain and i am able to see the host ip. root@linux [~]# dig TXT xxxx.xxx...
  10. 2

    WAMP not installing, showing error 'MSVCR100.dll' is missing

    The MSVCR100.dll file is part of the Microsoft Visual C++, redistributables. You can install the same first and then reinstall wamp.
  11. 2

    Cloudflare real ip of domain

    Not helpful Nope, it's just a script search for common DNS records, if all your records clouded then you cant really dig the things out. In case if someone added txt recod with ip of hosts then you may get idea, thats the another thing you can try.
  12. 2

    Cloudflare real ip of domain

    Its really hard to get the real IP if someone used cloudflare CDN for all its records and you cant guess any other records. Email form is one of the thing though but not all sites uses the forms to send emails from php function.
  13. 2

    MediaInfo - For Image Folder

    Where exactly is this folder? Somewhere on your website?
  14. 2

    how to setup requirement for wordpress in VPS

    You will just need following things on VPS for wordpess sites, PHP 5.6 or greater MySQL 5.6 or greater The mod_rewrite Apache module Setup accordingly and that's it.
  15. 2

    How to fix the 404 error page?

    Hi Refer https://www.digitalocean.com/community/tutorials/how-to-create-a-custom-404-page-in-apache Thanks
  16. 2

    Addon Domain Redirect Issuse

    Check the .htaccess file in root folder of domainone.com rewrite rules could have causing the problem. The best option here should be change document root of the addon domain. Move your domaintwo.com folder from the /home/user/public_html TO /home/user/ Go to the cPanel >>Addon...
  17. 2

    ssl installation

    Refer : Setting up Apache HTTPS/SSL on Windows | Rubayat Hasan
  18. 2

    choosing a domain name

    You can choose any domain, since you are going to link the Waraz. I will advise the go with .com without any issue
  19. 2

    dedicated server apache error

    You cant do this with ngnixcp admin. Since, this is happening because Nginx is providing it's own 'webserver' meta-package, which conflicts with cPanels 'webserver' meta-package. Try with : https://github.com/engintron/engintron
  20. 2

    dedicated server apache error

    So nginx running fine? Did you check both services if they are running fine? try to kill all httpd and nginx process and restarted the service. killall httpd killall nginx service nginx restart Also what about load issue?
Back
Top