Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

apache

  1. strawbs89

    index of/

    hi all i am running apache2.4 server basically i have run into an issue i have a domain www.coolvibes-reloaded.com but i'm having to type www.coolvibes-reloaded.com/index.html in which i shouldn't have to now when people go to that domain it shows index of/ where it shows what files i have in...
  2. F

    Python Python HTTP Post to Apache

    Hello I have a super simple python script requesting to HTTP post to one of my web pages with PHP script. import requests url = 'https://domain.com/page.php' myobj = {'test': '1'} x = requests.post(url, data = myobj) print(x.text) Here is the code on the server side: <?php...
Back
Top Bottom