web-hosting

Where to put robots.txt file? [closed]

被刻印的时光 ゝ 提交于 2019-12-01 01:53:25
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . Where should put robots.txt? domainname.com/robots.txt or domainname/public_html/robots.txt I placed the file in domainname.com/robots.txt , but it's not opening when I type this in browser. alt text http://shup.com/Shup/358900/11056202047-My-Desktop.png 回答1: Where the file goes in your filesystem depends on

Connecting mysql remotely via free host

喜欢而已 提交于 2019-11-30 23:20:16
问题 I registered on 000webhost and I can connect to mysql db pages that are uploaded there via: mysql_connect('localhost', 'user', 'pass') or die('Could not connect to database'); mysql_select_db('name') or die('Could not select database'); But it seems it does not allow connecting remotely. Is there any free host which has mysql db and allows remote connections ? 回答1: try heliohost.org I used it sometime back and they got good service as well.The only problem is the registration get filled too

ASP.NET Core hosting - 500 internal server error

橙三吉。 提交于 2019-11-30 22:36:28
问题 I am trying to publish as ASP.NET Core project with a hosting provider that supports ASP.NET Core. I am getting 500 Internal Server Error which I believe is very common. So I searched through the internet and various forums and then I checked the processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" in web.config and they look to be correctly converted with processPath="dotnet" and arguments=".\MyApplication.dll" . I also checked the connection string and it points to production DB server

How to host website in NodeJS and MongoDB? And what will be the cost?

↘锁芯ラ 提交于 2019-11-30 16:39:19
As new comer in NodeJS & Mongo DB, I don't know much about its hosting and pricing. Can I host website by self on own physical server/machine. Also is there any hosting website that provide facility to have both Node JS and MongoDb configured. rsp Yes, yes and yes. You can host it yourself on your own machine but it will not be as easy and efficient as using a service for hosting, unless you have a high quality symmetric internet connection with low latency and high bandwidth. You can host it cheaply on a VPS using Digital Ocean, Vultr or AWS in which case you will have to configure Node and

How to redirect siteA to siteB with A or CNAME records [closed]

元气小坏坏 提交于 2019-11-30 05:35:48
I have 2 hosts and I would like to point a subdomain on host one to a subdomain on host two: subdomain.hostone.com --> subdomain.hosttwo.com I added a CNAME record to host one that points to subdomain.hosttwo.com but all I get is a ' 400 Bad Request ' Error. Can anyone see what I'm doing wrong? Eric Z Beard Try changing it to "subdomain -> subdomain.hosttwo.com" The CNAME is an alias for a certain domain, so when you go to the control panel for hostone.com, you shouldn't have to enter the whole name into the CNAME alias. As far as the error you are getting, can you log onto subdomain.hostwo

A default document is not configured for the requested URL, and directory browsing is not enabled on the server

主宰稳场 提交于 2019-11-29 21:22:21
I have just deployed my asp.net mvc-2 website to a server (using dotnetpanel). But getting this error A default document is not configured for the requested URL, and directory browsing is not enabled on the server. What settings I needs? Its dotnetpanel based hosting server. Which version of IIS is your host running? One thing to try is to put a dummy default.aspx file in the root folder (this will not be used when MVC is working, but can get rid of this problem). The answer marked will help you eliminate the error but it will not get MVC working. The answer to the problem is to add this line

Heroku: web dyno vs. worker dyno? How many/what ratio do I need?

被刻印的时光 ゝ 提交于 2019-11-29 18:48:11
I was curious as to what the difference between web and worker dynos is on Heroku. They give a one sentence explanation on their pricing page, but this just left me confused. How do I know how many to pick of each? Is there a ratio I should aim for? I'm pretty new to this stuff, so can someone give an in depth explanation, or maybe some sort of way I can calculate how many and which kind of dynos I would need? Also, I'm confused about what they mean by the amount of hours for each dyno. http://www.heroku.com/pricing I also happened upon this article. As one of their suggested solutions, they

Web host with Jaxer [closed]

与世无争的帅哥 提交于 2019-11-29 18:19:27
I'm a guy who's hosted on HostGator because I want cheap PHP hosting. However, I've been playing with a Jaxer server on my linux box and I'd like to write web apps in it. Can anyone recommend an affordable host that runs or will allow me to run Jaxer? I'd rather not get a dedicated or VP server... Thanks to the community! VPS is they way to go contrary to your desires. Linode, Slicehost, and ServerGrove all offer pretty competitive VPS hosting levels when compared to shared/clustered hosting with a decent level of access (ie. ssh, php.ini, cron, etc..) Jaxer is dead technology. Some hacker

Setting index document on S3 website with custom domain

烂漫一生 提交于 2019-11-29 16:13:01
I'm trying to set an index document for my S3 hosted website. I've Enabled website hosting on the bucket Set the index document to "index.html" Uploaded an index.html file Made the index.html file public. The index document works when navigating to the root of the bucket using the raw AWS url, but does not work when using a custom domain: http://static.appgrinders.com.s3-website-us-east-1.amazonaws.com/index.html (works) http://static.appgrinders.com.s3-website-us-east-1.amazonaws.com (works) http://static.appgrinders.com/index.html (works) http://static.appgrinders.com (Access denied - 403

Hosting an Access DB

こ雲淡風輕ζ 提交于 2019-11-29 08:37:59
So I'm inexperienced in hosting DB's and I've always had the luxury of someone else getting the db setup. I was going to help a friend out with getting a webpage setup, I've got experience in Asp.Net MVC so I'm going with that. They want to setup a search page to query a db and display the results. My question I have is in getting the DB setup and hosted. They currently just have the Access DB on a local computer. There is basically only one table that would need to be queried for the search. What is the best approach to getting this table/db accessible? They would like to keep the main copy