Jump to content

viclou

Members
  • Posts

    135
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by viclou

  1. Well, I run XAMPP Lite Alt (ports 81, 101, and 22) across multiple Windows versions on my flash drive for portable WP websites, lol.
  2. You should add this to ensure compatibility across many browsers: display:inline-block;
  3. So now, heliohost is kinda unlimited, I guess?
  4. Once again, I do not think it is possible to install XAMPP on heliohost as there is no SSH access. The servers already have apache, php, mysql, and ftp built in! Why not give cPanel a try?
  5. I'm just curious... what are your opinions on Iran and their nuclear program? Do you think Iran is making nuclear energy or nuclear weapons? Will a war on nuclear energy start anytime soon? Will Isreal attack Iran because of Iran's threat? Do you predict that Iran will cut off oil export to the entire world? Feel free to reply with what you think!
  6. It appears that your domain was terminated for abuse AND Avast! picked up a virus... are you sure that everything is set up properly?
  7. Does the File Manager work for you? If it does, then your FTP should be working.
  8. We're sorry if you are experiencing problems, but the instructions tell you to signup again!
  9. What OS do you use? For Mac, it's called Apache. For Windows, it's called Xampp. For Linux, it's called Lampp. For Heliohost, there's no such thing!
  10. You should wait at least 48 hours in order for your account to be activated...
  11. set Accept-Encoding header means you have to set the encoding on each file you have... but I'm not sure how to do that! But yes, you're welcome!
  12. Why do you want to install xxamp? It's not actually possible to install xxamp to heliohost's server, but PHP and mySQL will work on these servers!
  13. viclou

    Nebwie

    I see that http://bharbet.uni.me/ has been blocked because of abuse... and it contains a hosted virus (according to Avast!)... are you sure your website is set up correctly?
  14. It can be implemented by the .htaccess file... but I'm not sure with PHP. Here are 2 examples: ## EXPIRES CACHING ## <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg "access 1 year" ExpiresByType image/jpeg "access 1 year" ExpiresByType image/gif "access 1 year" ExpiresByType image/png "access 1 year" ExpiresByType text/css "access 1 month" ExpiresByType application/pdf "access 1 month" ExpiresByType text/x-javascript "access 1 month" ExpiresByType application/x-shockwave-flash "access 1 month" ExpiresByType image/x-icon "access 1 year" ExpiresDefault "access 2 days" </IfModule> ## EXPIRES CACHING ## and # Set Cache-Control and Expires headers <filesMatch "\\.(ico|pdf|flv|jpg|jpeg|png|gif|swf|mp3|mp4)$"> Header set Cache-Control "max-age=2592000, private" Header set Expires "Sun, 17 July 2011 20:00:00 GMT" </filesMatch> <filesMatch "\\.(css|css.gz)$"> Header set Cache-Control "max-age=604800, private" </filesMatch> <filesMatch "\\.(js|js.gz)$"> Header set Cache-Control "max-age=604800, private" </filesMatch> <filesMatch "\\.(xml|txt)$"> Header set Cache-Control "max-age=216000, private, must-revalidate" </filesMatch> <filesMatch "\\.(html|htm)$"> Header set Cache-Control "max-age=7200, private, must-revalidate" </filesMatch>
  15. I also want to see the server clock updated and syncronized, too. Johnny's clock is around 30 minutes off from UTC....
  16. viclou

    Link Test

    IT WORKS! Okay, please don't be a noob, please! lol byron.
  17. @Wizard Thanks for letting me know... I think that heliohost should encourage others to donate as it would draw in more money for heliohost.
  18. The public_ftp directory contains configuration files, and it only exists probably because heliohost's servers are unix-based.
  19. Whenever I use FileZilla to upload files, I get a brute force protection warnings on BOTH the FTP and cPanel. Anyone else noticing these problems?
  20. I have uploaded 500mb files a few times in the past with no problems... there doesn't appear to be a limit! But once again, I may be wrong.
  21. Have you logged in to heliohost within the last 30 days? Your account was probably suspended, so feel free to create a new account. If you have any more problems, feel free to post on this form and let the admins know! Thank you for choosing heliohost.
  22. I signed up for http://freedns.afrai...n/registry/just and it really works! (yeah!!!) Thanks @soerganda!
  23. Are you using a CMS system, or is it a custom script you created?
×
×
  • Create New...