Jump to content
  • Sign Up

Cookie Monster

Moderator
  • Posts

    1,420
  • Joined

  • Last visited

  • Days Won

    76

Everything posted by Cookie Monster

  1. SO the support tool removes bad cache etc. By selecting something isn't working correctly it might come up with database errors or bad cache. If you get an error best thing you can do is tell people the error as we are not mind readers and there is about 50 + errors then you need to tell us that. And yes evennamecheap can have hosting issues, it depends on how things are set up and what you done. They are hosting with a shared hosting and quite honestly I love namecheap for domains but I HATE their hosting its so crap. IMO
  2. Joined January 2015. Been a staff member for about 1 1/2 year here now
  3. You are wrong, last 2 was not staff but person in front that was 6 wasn't and I posted before him. And he should have been 1 So you are wrong Wrong You did the right thing You did the right thing You where wrong I was staff Now lets start over shall we
  4. Denied ? Well your denied too then
  5. Thanks for saying that @Walfix please read our Community Guidelines This is an English-speaking forum. Use a translator or your post will be removed. Thread locked
  6. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  7. That is a backup file temp named by the system and is is not completed.
  8. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  9. This was for cyber Monday which was 26th November so your 3 weeks late for that i would guess. It's also now winter not fall.
  10. A note if you don't want to switch to CloudFlare like me you can also use https://zerossl.com/ If you do not have Let's encrypt added to your hosting.
  11. I would say your argument is invalid as ISO is more secure is really nothing to do with it unless you meant iOS
  12. Guys this is the 2nd inactivity topic that has been posted. If people don't want to come with something constructive to it then it's no point. Posting like a image to get your post up and / or complain that you can't make the effort of make a post then fine. I can't make the effort to make this topic stay alive. Locked
  13. Now that I really have free time, developing some of my own projects. Mostly also playing some MMORPG
  14. Well if your using Nginx that means you need to setup nginx first as the .httaccess you are using only works for apache. That information is quite critical to give next time you ask for help and something is not working btw. The httaccess file you have would be this in nginx # nginx configuration location / { if (!-e $request_filename){ rewrite \.(js|css|jpeg|jpg|gif|png|ico|map)(\?|$) /404error.php break; } if (!-e $request_filename){ rewrite ^(.*)$ /index.php break; } if ($http_host !~ "^www.example.com$"){ rewrite ^/(.*) http://blog.example.com/index.php/$1 [L, QSA] redirect; } } That is taken also what @Jeffrey into account. Please do use with care and remember to modify to your needs
  15. Have you checked if you are using apache or nginx? If it's nginx the htaccess won't work and you need a different redirect method
  16. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  17. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
×
×
  • Create New...