Jump to content

mrj

Members
  • Posts

    303
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by mrj

  1. I am having problem on my forum. When I insert any post in English languag, it is okay. But when I insert post in bengali, it shows \r\n instead of <br>. BTW nl2br function is added.
  2. Do you have any htaccess file? Sometime htaccess file rewrites URL. If you have one, then show the code here.
  3. Thank you so much
  4. Having same problem.
  5. What we do now?
  6. Looks like Tommy is down for whole day. I cannot access my site since 10 am (GMT+6). My friend's e-commerce site is also on Tommy. He told me that he having that issue too. Please do somethin.
  7. Thanks for Your reply. I will try your suggestions.
  8. I already using a config file which incudes settings, header, footer, etc info for each page. Because it's too time spending to add infos in every page. I used to include config file, then call any info by functions. Thanks anyway for helping me. I will use your code to my config file.
  9. I used following code on htaccess file: SetEnv TZ Asia/Dhaka It seems worked when I view phpinfo(); But in scripts automatically using server time (maybe UTC). Any idea to set default tz for scripts? TIA
  10. Hello, I've created a quotes db where I can save my own quotes . To make my quote page seo friendly, I need to rewrite "quotes.php?id=1" as "quotes/view/1.html" and "quotes.php?p=2" as "quotes/pages/1.html". For 1st term I used following code in .htaccess: #Options +FollowSymLinks RewriteRule ^/quotes/([0-9]+).html$ /quotes.php?id=$1 [NC,L] But unfortunately, it.didn't work. So I need help. Thanks in Advance. Regards, Meraj
  11. Hello, I am wondering if any admin would change my default TimeZone to "Asia/Dhaka". Regards, Meraj
  12. Wow, I learned a lots of things from here. I can share these knowledge with other heliohost users. Thanks a lot. On my site forum I will create a category for heliohost users, and I will ppst these information I learned from here.
  13. And the last problem is ftp isn't connecting with current domain. But it is connect when I use ftp.meraj.gq.
  14. After changing main domain, I am facing certificate error issues. When I try to access https version, browser shows invalid certificate. Please resolve this.
  15. So what do I do? Does it have any solution? Sorry, my bad. It's is OK now. Thank you.
  16. Have aa look: https://www.whois.com/whois/atoz.ml when I try to add this domain as alias, it shows following error: There was an error when the system attempted to create the alias. Park::park(atoz.ml) failed: (XID 4vfgjp) A DNS entry for atoz.ml already exists. You must remove this DNS entry from all servers in the DNS cluster to proceed.
  17. Hi I have a free TLD domain www.atoz.ml It was parked to xtgem.com before. A few days ago I changed name servers to heliohost (ns1.heliohost.org and ns2.heliohost.org). Then I found that xtgem.com , where the domain was parked before is down. Now either I can't unppark the domain from xtgem or park it my site in heliohost cpanel. Could you help me out?
  18. I will try my best.
  19. It's working when I save files with Linux line ending Thanks
  20. which encode should I use? UTF-8 or something else. Please tell me.
  21. Thanks for your reply. But from cpanel I have to set error pages for each domains. I will be happy if you tell me what is the issue with .htaccess
  22. Hi, I am learning perl. I created a hello world example file called "test.pl" and the URL is: http://netrix.ml/cgi-bin/test.pl When I visit this page via browser it returns 500 error. I'd chmoded it to 755. But still not worked. The test.pl contains following code: #!/usr/bin/perl print "content-type: text/html \n\n"; print "Hello, Perl!";
  23. Hi, When I use following code to my .htaccess it doesn't redirect to the error document: Code: ErrorDocument 404 404.php Result: when I enter a url that doesn't exist, a blank page shows "404.php". Ist shows the relative url I written, but doesn't redirect to the error handling page. But when I use: ErrorDocument 404 http://netrix.ml/404.php It works. Please tell me the problem. TIA.
  24. This pagge has been deleted.
×
×
  • Create New...