How to make a html Project live if i have Godaddy domain details - html

Hi everyOne it might be a wrong Question to ask here but i am very new in making any website live , i dont know the basic steps to make any html project which is created in Eclispe .
Please suggest a way , which i can follow !

Login to Godaddy, go to the control panel and from there try to find the file manager. You can upload your files there to the root of your website (The root is just like www.bob.com not a sub domain hello.bob.com).
Before you upload make sure your homepage is index.html.
I hope this helps!

You need to connect your server to the domain ip. If you have a server, put your files there, and then find out the dns. usually 2 addresses, somethign like ns1.address.com & ns2.address.com
Then in godaddy update your dns to match your server. you can try this video: http://www.youtube.com/watch?v=pKBErrvGHaY

Related

Can't add a page in Wordpress after website migration (I changed my host file so I can work on my website before transforming to my new host )

I changed my host file so I can work on my Wordpress website before my website is transforming to my new host. I had already make my website in Wordpress with the page builder: Elementor. So I used 'all in one migration' to migrate that website to this one. It migrated perfectly, but the only thing is that I can't add a page or post. When I want to publish I got an error thats says that he has no legit json reaction.
I think because the host file he can't handle sub url's, so when the website is transformed I can publish pages. Is this the problem or is the problem the migration?
I hope so someone can help me out.
thank you in advance!

Files not showing in htdocs

When creating a new database through PHPMyAdmin and trying to access localhost/newdatabase, I get this message:
"Object not found! The requested URL was not found on this server. If
you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.
Error 404 localhost Apache/2.4.34 (Win32) OpenSSL/1.1.0i PHP/7.2.9"
The file doesn't show in xampp/htdocs either, only in xampp/mysql/data.
If i create files directly in htdocs, they work perfectly on localhost/.
Why has the file not been created in htdocs?
The content of the htdocs folder are files that can be interpreted by the browser such as HTML5, CSS, JS, etc... in order to show a webpage along with it's funcionality to whoever accesses it. A database in the other hand can't directly be opened by a browser, but rather accessed within the server by a backend language like PHP, in order to get the information that can be stored in it through tables. You seem to be new to web programming, so I'd recommend to quickly google some beginner tutorials that can help you to understand the most important concepts. To take on from your kind of confusion, I'd point you to expand your knowledge on these concepts:
HTML5
CSS
PHP
MySQL
Once you get the grasp of them and identify each by their core funcionality, you'll be good on your way to make webpages. Later on you'll find yourself with demands like making your webpage look nice and clear, and also to make it load fast, but there's time for everything and the concepts I pointed are the best start for you.
if you wanna open your database URL = http://localhost/phpmyadmin/
File directory ~ xampp/htdocs for source code such as extension file .php .html .js or other.
if you wanna load localhost a URL is http://localhost:80 (auto find index file to first load)
Sample given as image folder for my code. Hope that can help you to understand xampp

Wordpress create widget with link to local file

Hi i´m trying to use the text widget to put a link to local file, but dint work, and I dont know why:
I use this:
Drive C
but if I link to real url it works fine:
Google
If by local you mean it is still on your laptop, you will need to upload the file to your WordPress installation's media folder before using it on the site.
The images should be acsessable to the sever hosting the site, either because it is stored directly by the server, or because it is can be acsessed over the Internet.
If by local you mean it is still on your laptop, you will need to upload the file to your WordPress installation's media folder before using on the site.
Due to your response about it being on the client's device I Think they have to upload the file before the server can work with it.

Can't find pages' URL after database renew Wordpress

I have a Wordpress site since a couple year hosted on a trusted domain. A couple weeks ago i forgot to renew my mySql database and obviously the site went down. To give my user a way to contact my shop i created another index.php and, after saving the old index.php given by the Wordpress theme, i deployed it on the server using Filezilla. Yesterday my domain was renewed and they told me everything is working, so i deleted my new index.php page and i deployed back the one got from the WP theme.
Now the home page works wonder, but if i try to show any other page i get a "Not Found - Requested URL was not found on this server". I tried to create another simple page to see if that works, and i get the same error. I didn't change anything in my file system bar index.php, and i'm pretty sure that's the one i used to have before my database went down.
Any ideas?
First of all, thanks #mevius for your answer. Unfortunatly that was one of the first things i tried and it didn't work. What i ended up doing was download the content of my MySql DB and exported all the tables into another DB that shared the host with the first one. After doing that i edited the wp-config file changing the DB name and my website works like a charm again. Thanks!

Repair links after updating my URL

I need to repair all the URLs in a Wordpress site. The problem is that the site domain was bought after the hosting plan. The hosting assigned a static IP and the site was mounted using that IP. Now I need to update over 700 links in the database from http://xxx.xxx.xx.xx/~blah/ to http://www.example.com. Is there an easy way to do it? I already checked and most of those links are in the guid column in the wp_posts table. I have access both to the wp-admin and phpmyadmin in c-panel so, any solution would be nice.
That known problem has a pretty easy bypass.
Just download that great tool right here https://launchpad.net/mysql-search-replace, put the extracted folder in you serverץ
Go in your browser to the mysql-replace.php file that inside the tool's folder.
Then, write your old ip address in the search field and your new domain in the replace field.
Fill in your hostname, database name, username and password, click on the replace button, and that's it! All the places that your IP is written in your DB will be replaced with the new domain!
I suggest to do a search before the replacing, to ensure that you'll replace the right query and not ruin your DB by mistake.