Jump to content

mrj

Members
  • Posts

    303
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by mrj

  1. I am glad to help you. I did some hard calculations and googling for getting a faster, more optimized, and little bit secured site with just a single htaccess file. I had to browse some speed testing site and some tutorials. Anyway, Good luck with your site.
  2. I am using usespice software. https://userspice.com. I am not sure if that can cause a problem. Okay, I am testing this on a test php file, and then I will post update here.
  3. Hi, I am trying to turn off errors like warnings, notices and so on. But It's seems like I am unable to turn of error reporting. I even tried to turn off all warnings using error_reporting(0) I hope to get your help soon.
  4. Actually there are more than gzip on that, but they are for increasing site Security and SEO. It's the whole code from my htaccess
  5. you can enable it from cPanel > Optimze Website. If you want to do it manually you have to include following code to your .htaccess file: <IfModule mod_deflate.c> AddOutPutFilterByType DEFLATE text/xml text/css font/opentype font/otf text/javascript font/ttf application/vnd.ms-fontobject application/x-font-opentype application/x-font-otf application/x-font-ttf application/x-font-truetype application/x-font application/javascript text/plain image/x-icon image/svg+xml application/x-javascript application/xhtml+xml application/rss+xml application/xml <IfModule mod_setenvif.c> # Netscape 4.x has some problems... BrowserMatch ^Mozilla/4 gzip-only-text/html # Netscape 4.06-4.08 have some more problems BrowserMatch ^Mozilla/4\.0[678] no-gzip # MSIE masquerades as Netscape, but it is fine # BrowserMatch \bMSIE !no-gzip !gzip-only-text/html # NOTE: Due to a bug in mod_setenvif up to Apache 2.0.48 # the above regex won't work. You can use the following # workaround to get the desired effect: BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html # Don't compress images SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary </IfModule> <IfModule mod_headers.c> # Make sure proxies don't deliver the wrong content Header append Vary User-Agent env=!dont-vary </IfModule> </IfModule> # Set server time zone as Dhaka, Bangladesh SetEnv TZ Asia/Dhaka # Cache for speeding up <FilesMatch "\.(?i:gif|jpe?g|png|ico|css|js|swf|xml)$"> <IfModule mod_headers.c> Header set Cache-Control "max-age=864000, public, must-revalidate" </IfModule> </FilesMatch> <IfModule mod_headers.c> Header set Strict-Transport-Security "max-age=63072000; includeSubDomains" Header set X-Frame-Options "SAMEORIGIN" Header set X-Xss-Protection "1; mode=block" Header set X-Content-Type-Options "nosniff" </IfModule> <FilesMatch "\.(ttf|otf|eot|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch> <IfModule mod_headers.c> <FilesMatch "\.(js|css|xml|gz)$"> Header append Vary: Accept-Encoding </FilesMatch> </IfModule>
  6. I think "iconv" isn't supported anymore in heliohost
  7. I am not from the heliohost. But I guess that they won't help you to configuring your own server. They will only help you if you are using heliohost and you have any problems related to heliohost.
  8. FTP server should be ftp.mt4serv.com
  9. Yes. Messi did his first goal to this world cup. I think he is came back to form.
  10. Yeah. That's why I am still sad. Messi is my favourite player also. But every time he miss goal shots when he plays for his country.It's makes everyone think about Messi that something is wrong with him. I am hoping for something good in next. There is a big change in Argentina team for next match. Looking for some Magic from Messi. ✌
  11. mrj

    ANGER!!!

    I know what you means
  12. Username: mrj Server: Tommy Domain: atoz.ml Hi, My account got suspended. I don't understand why. Please unsuspend my account.
  13. mrj

    Which IDE is best?

    Okay, XAMPP is required for testing offline and locally. I have it. NetBeans IDE and Visual Studio Code is little bit complicated for me. Because I am new at these things. Now I am going to try jEdit (got idea from stackoverflow) and Notepad++ (as most peoples suggested). Thanks all for your suggestions. You are welcome to give your opinions.
  14. Okay. I don't need extra space badly.But it will be good for me. I am not sure whether you know or don't. In case you don't know then I should tell you that I am the one of GoFundMe donors.
  15. mrj

    Which IDE is best?

    I've installed NetBeans IDE and JDK 8. I will try them tonight. As I don't have broadband connection, I need to wait before I get huge (mobile) data. Then I will try all of your suggested IDEs.
  16. mrj

    Which IDE is best?

    I heard that Visual Studio is paid and require a lot of resource and memory. Free ones will be best. Is the NeatBean good? Should I install XAMPP for testing my codes offline? Please tell me your opinions.
  17. Hi, I had been coding on mobile since I learned to code. Now I am going to get a laptop. So I just want to know which IDE or software(s) should I install on my Laptop for developing my site. Any suggestions for this noob??
  18. I though everyone got double storage space. It's okay. Just remember me until the giveaway!
  19. One more request... Could I get double space too please???
×
×
  • Create New...