How do you upload files to my parked domain?

hi . i bought a domain name skoopictv.com from godaddy.com . now i want to upload files in file manger to skoopictv.com how do you do it? can anyone please help? thank u

@abhinav have you parked you domain using 000webhost name servers??

1 Like

not yet but i will…

ok…now login to file manager upload all your files in “public_html”.
https://files.000webhost.com

1 Like

then? …

that’s it you’re live.

1 Like

i want skoopictv.com not comicstartk.000webhostapp.com

Once you’ve parked your domain skoopictv.com using 000webhost’s NSs, it will point automatically to comicstartk.000webhostapp.com.

comicstartk.000webhostapp.com is the place where you must upload your files (and you are there) :wink:

1 Like

ok but the web adress will be comicstartk.000webhostapp.com not skoopictv.com . i want my website to be live on skoopictv.com

Then park your domain.

You can’t get rid of free 000webhost domains.
It common for every user.

If you don’t want this url (comicstartk.000webhostapp.com)

Use http rewrite rule…so that when ever you load *.000webhost.com…then your domain(skoopictv.com) will load.

1 Like

http rewrite rule?? how do you do that?

Copy below script exactly in your .htaccess file (file location :- public_html)

RewriteEngine on
RewriteOptions inherit

RewriteCond %{HTTP_HOST} ^comicstartk.000webhostapp.com [OR]
RewriteCond %{HTTPS_HOST} ^https://comicstartk.000webhostapp.com [OR]
RewriteCond %{HTTP_HOST} ^skoopictv.com$ [NC]
RewriteRule ^(.*)$ http://www.skoopictv.com$1 [R=301,L]

sorry but where ?

I see there is no .htaccess file in your “public_html”. It must have deleted mistakenly.

Then manually create one using notepad and save it as “.htaccess” , then upload it to “public_html”,
then copy the above script in your .htaccess file.

1 Like

ok so where should i paste it ? like after what?

@abhinav After the third line.

1 Like

@abhinavI I see that your domain “http://skoopictv.com/” is not being hosted here as of now.

1 Like

HERE?

@abhinav Yes :slight_smile: or you can skip a line, there is no issue.

1 Like

DID NOT WORK :frowning: