Questions tagged [shared-hosting]

Websites that are hosted on servers where many other peoples sites are hosted can have specific problems due to security concerns, lack of control of installed libraries, no root access etc.

There are many Shared Hosting providers that allow hundreds of sites to be run on a single server. To ensure everythings works as well as possible for everyone certain features of scripting languages are switched off and can cause problems for developers.

1607 questions
0
votes
1 answer

How do you set up IIS 7.0 URL Rewrites without IIS Manager?

Does anyone know how to write your own specifications for the built-in URL Rewrite Module in IIS 7.0? We are using a shared host that does not allow use of IIS 7.0 Remote Manager on shared accounts, but we'd like to employ URL rewriting for SEO…
Randy Burgess
  • 4,835
  • 6
  • 41
  • 59
0
votes
3 answers

Web Scraping pages with javascript content on a shared hosting

I would like to scrape web pages that load content dynamically with Javascript or similar. Something like a headless browser, that I could use on a Linux Shared Host without X. I can use PHP, Perl, Ruby or Python. Do any of you know some…
0
votes
1 answer

Total noob at mod_rewrite

I am trying to rewrite my URL and having serious issues. I am on a Godaddy linux hosting server and it didn't come with any type of config file or .htaccess file. I created my own .htaccess file with the below rewrite info but I have no idea how to…
0
votes
2 answers

linux hosting permissions shared server

What is the actual difference between executable and read permissions on a shared linux server, meaning, how exactly does that relate to what a web visitor can do with, for example a php file? Using godaddy shared hosting, for example, under basic…
John Smith
  • 111
  • 5
0
votes
1 answer

bundle install -jailshell: bundle: command not found on shared hosting

Bundle install is not working on shared hosting , but i installed gem bundle , when i ran the following command i tried bundle install -jailshell: bundle: command not found so i try to evaluate the following commands gem list bundler -v…
0
votes
1 answer

Modifying SQL Database on Shared Hosting

I have a live database on a shared hosting server. I am making some major changes to my site's code and I would like to fix some stupid mistakes I made in initially designing the database. These changes involve altering the size of a large number of…
0
votes
1 answer

Advice on monitoring Newsletter sending success in ASP.NET

So, I've been going through a variety of different ideas to try to send email newsletters, and have run into blockages at about every turn. I am using a shared hosting environment at the moment, and need it to be stable in this environment. I had…
Jamie Hartnoll
  • 7,231
  • 13
  • 58
  • 97
0
votes
2 answers

Setting up Django app on a shared hosting server

Okay so i have shared hosting so it means i have access to just about nothing so i'm having problems setting up my django application. Looking at google searches there is a way to do it using a .htaccess and .wgsi file but I'm having no luck. My…
Callum
  • 1,136
  • 3
  • 17
  • 43
0
votes
1 answer

Trying to deploy MVC 3 application using shared hosting, getting 403 - Forbidden: Access is denied

In the control panel I can see that I am using IIS7.5, ASP.NET Version 4. I have all the MVC3 dependencies in the /BIN folder too. The root folder has correct file access [read only] and I would think the host sets all the users access privillages…
LaserBeak
  • 3,257
  • 10
  • 43
  • 73
0
votes
5 answers

htaccess error reporting

Can anyone tell me how I can create a 500 error to check if my error page, 500.php, is ok? I would like to send e-mail alerts to myself when some types of error occurs, how can I do this? I read a lot, but didn't find much.
SunnyOne
  • 197
  • 5
  • 15
0
votes
1 answer

Moving one add on website to a new cPanel host

For several years now I have freely hosted several local organizations web pages at no cost. One of those organizations wishes to move to their own server that they manage with their own server provider (alas, not A Small Orange--a little too…
0
votes
1 answer

Performance profiling a .net website with shared,remote hosting

Having performance issues with my website. I'm relatively new to .net, although I've learned an awful lot over the last few months! I posted this question last night Improving performance when working on Images with ASP.NET in VB From which a…
Jamie Hartnoll
  • 7,231
  • 13
  • 58
  • 97
0
votes
1 answer

install PHP DOM extension on shared hosting via PHP itself or a cron job on CPanel

I need to install the PHP DOM extension on my server, however I'm using a free shared hosting host for this project, and I have no command line access, (but I can FTP/upload files, if that helps). Could this be done by using: a PHP file itself to…
Ana Ban
  • 1,395
  • 4
  • 21
  • 29
0
votes
2 answers

Hosting specification for ASP.NET Online Image Editor

I intent to create an Online image editor like pixlr.com/editor. I want to use ASP.NET as the P-language and so prefer windows hosting.What should i look for like Bandwidth,Space,Database etc.I wonder how many concurrent users can use the…
techno
  • 6,100
  • 16
  • 86
  • 192
0
votes
1 answer

How to echo something when in infinite while loop?

For example I have something like this : "; ob_flush(); flush(); sleep(1); …
John
  • 7,500
  • 16
  • 62
  • 95
1 2 3
99
100