Skip to content
WJunction - Webmaster Forum

Search results

  1. W

    Regarding .htaccess Redirection

    i've looked at this site. it looks like they have uploaded the files to more virtual hosts
  2. W

    Regarding .htaccess Redirection

    my first idea: you can't do this. my second: just add an alias to your domain 1 apache/nginx/etc. configuration to solve this problem my third: perhaps i've read the message wrong. Of what files are we talking about? picutres? if yes, that's possible. but you have to be more specific where...
  3. W

    Debian Issue

    the standard repo ist pyhton 2.6 if you need 2.7 you have to use experimental repos: for this add this line to /etc/apt/sources.list deb http://mirror.cse.iitk.ac.in/debian/ testing main contrib then do apt-get update and try again. but be sure, that there's no other services that require...
  4. W

    Own reverse proxy host ?

    no. assuming your name-server points to the right server, you have to type site2.com:1338 in your address-bar in Order to let it then proxyfied to 9.10.11.12:80 since you only listen to Port 1338 same for 1337 you can have two server listening at the same port - you do the determination which...
  5. W

    Own reverse proxy host ?

    do you host your own domain? o.o just use the DNS-Server of your service, you bought the Domain. so you just have to point the a-record to your proxy-ip (so in this example 5.6.7.8) delete the ns1 and ns2 that point to your server (1.2.3.4) make sure, your website is acessable via your ip...
  6. W

    Own reverse proxy host ?

    Set your domain to point to 5.6.7.8 create a new nginx-config file. (e.g. in etc/nginx/conf.d/ (this should be the standard) and name it whatever you want) add s.th. like this in the new file: server { listen 5.6.7.8:80; server_name yourdomain.com; error_log...
  7. W

    Add subtitles to movie?

    yes it can. either you have them together in one mkv or you have your sub extra. FF can do both. (Though i have to search where to but the extra sub file - i can't remember atm)
  8. W

    Add subtitles to movie?

    if you want to burn your subtitles to your file, try FormatFactory it's free and works most of the times. but the mkv shouldn't have multible subs or dubs. Otherwise it will use the first sub and dub that's marked as standard. though this program isn't a pro tool. You can't change everything...
  9. W

    My new Dedi VS old dedi

    That will depend on what your website is about. if you have lots of users, causing lots of io the SSD will be faster. If you have a more CPU-Hungry site, the new one is better, since it has 8 vCores. -> http://www.cpu-world.com/Compare/915/Intel_Xeon_E3-1220_vs_Intel_Xeon_X3450.html
  10. W

    Website down but server is working fine

    well that's probably the solution. but. this looks like you have apache and another service running at the same time. just check what services are listening to port 80 netstat -an | grep ':80' of course logs are helping, too ^^
  11. W

    DDoS Protection? what should i do

    you can buy a hardwarefirewall, but this will only let you migitate small attacks. if they are getting bigger, you have to use a whole network with huge bandwidth to migitate such attacks. So buying a service like cloudflare or any other service-provider is your only chance (or just buy a...
  12. W

    hosting.server-romania.ro - Dedicated servers starting from from 12,4€ per month (RO)

    well. they are now distributing under the name: Purehost. which somehwat has a nice desig, but lacks somehow an english tranlsation :( the prices seems to be nearly the same. budget dedicated for 161,20€ per Year - that's ~13,5€ per Month. But you have to go a full year.
  13. W

    Things to consider when opening an online store website ?

    for 1) This depends on what you want to do an how big your business is. A good shared-hosting-plan with ssl-support is normally enough. The checkout and login, billing-informations etc. should always go via SSL-Cert. And not via a self-signed cert. Buy one. The cheapest aren't this expensive...
  14. W

    Storage Servers

    let's get back to topic: what about webtropia: https://www.webtropia.com/de/dedicated-hp-server/hp-micro-server.html there you can configure your own harddrives. you can get up to 4 x 3.000 GB gigabit will nfortionately cost you s.th. extra. or hetzner...
  15. W

    uploaded.net - PPD (30 EUR) & PPS (60% inital sale /50% rebill)

    try. uploaded.net ul.to is down here too. but the .net-domain works
  16. W

    Edit in website

    shouldn'T be about your post. just a general thought. - since he posted s.th. about 5$
  17. W

    Edit in website

    what have you tried? come on people. This is just a simple Drop-Down JS-Menü. Doing it only for money isn't the right way - imho. Especially if the Implementation can be copied 1:1 from s.th. like this: http://www.stunicholls.com/menu/pro_dropdown_1.html just the css edit could take a few...
  18. W

    please help me malware attack on my site

    change your passwords and update your software.
  19. W

    cloudZer.net - PPD (up to 40 EUR) & PPS (75% Initial sale / 65% rebill)

    Today there's a public holiday in Germany, Switzerland and Austria. so no bank will do service today. wait till tomorrow.
  20. W

    Where are the Movie2k fileservers hosted?

    according to some geo-tools: geoip.flagfox.net/?ip=103.246.40.22 http://www.infobyip.com/ip-103.246.40.22.html http://www.geoiptool.com/de/?IP=103.246.40.22 http://whatismyipaddress.com/ip/103.246.40.22 according to the ip-range it's puhost.net which is a cdn-provider...
Back
Top Bottom