Any other way of using .htaccess on yahoo server - .htaccess

One of my client has purchased server from yahoo hosting services for a year. I've made a website for him an downloaded a chatting script which i have to integrate into it.
On my chatting script it has more than one .htacccess files and as you already know that yahoo hosting does not allowed any file starting from . so does anyone knows about an alternative way of using .htaccess in yahoo hosting servers.

If they will not let you create the file, then no, there is no way to create the file.
Next time, pick hosting services that aren't from a giant faceless conglomerate and that expressly state that they support the thing that you are trying to do.

Related

Nodejs send metrics of how many people are using my app

So i'm designing a new application with Nodejs and packaging into an executable then putting a release in github, I want to be able to monitor how many people are using my executable?
I was thinking about creating an api server and my application just make a call to that API service but I thought there might be something already out there any help?
The easiest way is to connect third party services that do that. The most famous one is Google Analytics
You just need to create your developer account and embed a few lines of tracking code. After that you can see full info about your visitors including their location.

How to start making a website and how along with databses?

How do i actually start making a website? Every time I think of making a website I stuck as from where should I start?Where to start writing a code?How to make it interactive? Hoping to get the answer that help me.
I have tried in the past but I really want to make a website of my own as I am looking to start my online company.
Use wordpress. It is content management system with milions of themes and plugins to do whatever you want for your own web site.

How do you connect the frontend and the backend?

I'm still kind of new in programming and I'm not quite sure that this is the place to ask this question, but I can't find anything worthy on the Internet. Sorry on first place but I'm truly lost. All I can find is "just use wordpress" and things like that.
I'm trying to make a website from zero with HTML and CSS, and there I would have the front end. I know a little bit of backend but I'm still learning. The real question is: how do you mesh up all of this and put it on the Internet so others can see it? I know you have to buy a domain and so, but how do you put it all together? What do you exactly do with your server-side code if what you "upload" is the HTML code? Are there any good books on the subject or something so I can study it on my own?
Thanks in advance.
Read about web frameworks like Spring in Java or Django in Python. Start with a lecture of these to grasp a notion of backend and frontend working together:
https://www.quora.com/How-do-front-end-and-back-end-technologies-work-together
https://www.quora.com/How-are-the-front-end-and-back-end-connected
https://www.quora.com/How-does-frontend-code-and-backend-code-interact-with-each-other
EDIT
And don't forget to read about the MVC pattern.
If all you want to know is how to publish an html/css project to make your website live then you need a domain, hosting account, your project files, and an FTP program.
Buy a domain and hosting account through a website like godaddy. Once you have that then you basically have your own little server. A server is just a machine thats on 24/7 which holds your project and makes the files live on the internet for people to view.
Once you create your project, then use ftp software such as filezilla to connect to your server. Drag your project into the public_html folder and your website will be live!
I think the word you are looking for is "web server." Examples of web servers are Apache, nginx, and IIS. A web server is a computer program.
A simple web server is sometimes called a "static web server."
To see a bit how this works, you can install a static web server like http-server on your computer (which requires Node.js to run), point it at a directory, and browse the site on your own PC.
So if you have a folder called "my-site" and a file in it called "index.html" and you ran the http-server in the my-site folder, and you went to http://localhost:8080, you would see "index.html" in your browser.
To put all this on the internet:
First, if you have an internet connection at home then you could technically set something up on your laptop that people could connect to. I won't get into it here because it's a little involved, but I think it's important conceptually to understand that you could do it if you wanted to.
You need to get access to a web server. A relatively fast way to set this up would be with zeit.

FTP account creation through front end

I am working on a file upload project where users will be able to upload large files. When the user creates/register as a member I want a FTP account to automatically be created on the server and the login information should be provided to the user.
I somehow need to be able to keep track on each users bandwidth, upload/download usage etc...
What would be a good and fairly secure way to accomplish this and how would you do it?
I am developing this project on a server running FreeBSD, using Django for the Web-development.
Appreciate your input...
You may use proftpd. It may use radius/mysql for users.
ProFTP site

Plesk: Accessing files without moving domain name first

I recently purchased a virtual server from Hetzner.de, and am trying to use it to upload my PHP & MySQL-site to. I've managed to make a database and upload my files to httpdocs, but I'd like to make sure everything is working before I point my domain name to it. I can't seem to access the files by typing the IP-address /index.php, and can't figure out another option. Does anyone know how to do this?
Also, does anyone happen to know a nice starter guide for Plesk?
Kind regards,
Ron
You should be able to access it through http://ipaddress/index.php if the server is running. You can point your domain name just to check, It wont take more than a day for it, in worst case just two days. Have you tried reaching the service provider? You can find various tutorials on youtube for introduction to plesk.

Resources