Menu
  • HOME
  • TAGS

find a host name of a website [closed]

dns,hosting,nameservers

Try this site for finding hosting info. it may works, but i am not sure. the link is =>www.scamadviser. com using this site you will find all informatin of a website...

migrating silvertripe site from one server to another

php,.htaccess,hosting,cpanel,silverstripe

change RewriteBase / to RewriteBase /~examplesite. Just revert this after the site goes live as it's only whilst you're trying to view the site via http://xx.xx.xx.xx/~examplesite/ Thanks....

Getting a 'Not Found' error on my website?

ftp,dns,hosting,dreamhost,filezilla

I finally figured it out. For some reason it wasn't working when the directory was labeled mydomain.com. I changed it to mydomain_com and it fixed it for whatever reason. Thank you to cevaris and Amazed for helping me.

external domain to godaddy ultimate shared hosting

dns,hosting,ping

Hie, the best way to add an external domain to godaddy ultimate hosting is as so: 1. Add the domain manually in the domain section of your hosting, there is a section were it says add external domain, 2. wait about 2 hours and your domain will show as part...

routing 2 sepparet machines on the same IP

php,apache,xampp,hosting

If you forward the request to another port, you must configure apache to listen to this other port as well. If not apache will listen to port 80 by default. See this SO question

Hosting service for audio/music social website

php,audio,download,hosting,soundcloud

Hostgator would definitely be able to run your website (providing it has the support for your chosen language and database e.g. PHP and MySQL). Beware though that some shared hosts such as this may have performance issues or some bandwidth restrictions (I don't have experience with Hostgator specifically though). For...

Mapping a domain to IP, or IP to domain with nslookup and IP is different each time?

dns,ip,hosting,godaddy,nslookup

There can be a "good" and a "bad" reason why you experience that: try dig or drill instead of nslookup, and you may see a whole list of A records with different ip addresses - such a configuration in a zone is typically "good" for high load sites, as it...

how to bind a website with static public ip address

webserver,hosting,iis-8

You are correct, you have to change the bindings of your web site, you do that in the IIS Manager GUI on the site level. Click bindings in on the right hand side and add your IP address with an empty hostname. Or via the command line: C:\Windows\System32\inetsrv\appcmd.exe set config...

Best way to deploy classic asp webapp with sqlite database?

sqlite,asp-classic,hosting

Ok, I came up with a good solution: I imported my database into MS Access (from Access -> external data -> ODBC database -> follow the steps to choose your database). It works well with my ASP front-end after a few minor modifications. I can now use any ASP hosting...

Domain url redirecting to localhost in apache2

django,ubuntu,amazon-ec2,apache2,hosting

Take a backup of your default conf and copy the conf in your site into the default conf and reload and restart the server.

Point Domain hosted elsewhere to Godaddy VPS

dns,hosting,godaddy,vps

The down vote prompted me to close the loop on this one. @cybermonkey helped me out a ton. He pointed me to cloudflare.com and from there I changed the primary and secondary nameservers on Channel Isles to match those given to me on cloudflare. After that I added those Nameservers...

Game Distribution Website [closed]

wordpress,heroku,unity3d,hosting

Try using Amazon S3 for your file hosting or use a service provider like GoDaddy, HostGator, or BlueHost. Here's a comparison of all hosting services here: http://www.whoishostingthis.com/compare/ Alternatively, depending on the game, you could try getting it on Steam Greenlight if you're trying to distribute the game on a wider...

installing Wordpress on another hosting

php,wordpress,migration,hosting

You need to first transfer the files via FTP, which is easy enough. Then you'll have to upload the copy of the database to server B, usually via phpMyAdmin. This is where you'll have problems; you'll need the database connection details in order to do this. Once you've done that...

Not able to run Asp.net MVC 4 site on Godaddy? [closed]

asp.net-mvc-4,hosting,godaddy

My issue got resolved there was some problem on the hosting provider side.

ASP.NET Webapp hosting options other than IIS

c#,asp.net,iis,hosting

Depending on the specific features you are using you can use Mono running inside e.g apache. I am using this combination very successfully in some deployments - as soon as it runs it is very stable. But you need to verify that everything from the .NET framework your application is...

How can I run a Jekyll powered website from HostGator?

ruby-on-rails,hosting,jekyll

Just build your Jekyll site locally and upload the _site/ directory into your website folder on your shared HostGator folder. You could also use a git repo and push all the files from Jekyll's _site directory to master and then pull them down via ssh on your HostGator website folder....

Alternatives to cloudinary cdn?

image,hosting,cdn,cloudinary

Cloudinary's Basic plan (smallest paid plan) allows hosting up to 1 million images total, and up to 75,000 new images per month, so the 500k limit sounds like a misunderstanding.

Size not showing while downloading files from my site [duplicate]

php,html,wordpress,hosting,dynamic-websites

You should properly send the headers from your server Better look at this :- http://php.net/manual/en/function.readfile.php Example <?php $file = 'yourfile.apk'; if (file_exists($file)) { header('Content-Description: File Transfer'); header('Content-Type: application/octet-stream'); header('Content-Disposition: attachment; filename='.basename($file)); header('Expires: 0'); header('Cache-Control: must-revalidate'); header('Pragma: public'); header('Content-Length: ' . filesize($file)); ob_clean(); flush(); readfile($file); exit; } ?> ...

Change Apache configuration directory?

php,linux,apache,ubuntu,hosting

I'm suggesting you an easy hack. You can create a shortcut in /data/config/apache2 and point it to /etc/apache2 or vice versa. I meant symlinks or symbolic links.

Host dart app in home hosting

dart,hosting

To host a dart application, the only thing you need is the dart-sdk available here After you write your dart application, run it like : link_to_your_dart_dir/dart-sdk/bin/dart your_main.dart Be careful to have run pub get in the same directory than your pubspec.yaml. it's pretty the same than with python or ruby....

How to setup a new domain using WHM and Register.com

dns,hosting,server,whm

The error using the domain was different because my Register.com hadn't done the transition to the new IP yet. To access my server meanwhile, instead of using the IP I used http://Hostname/~user/ (in my case http://localhost.mydomain.com/~user123/) and it worked. PS: In fact there were other problems, like Apache using a...

Django ERROR (EXTERNAL IP): Internal Server Error: /favicon.ico

python,django,hosting

If I understand you correctly, you are reporting two issues here. An internal server error for your favicon and the WSGIRequest error. For the favicon, if your static settings aren't correct or if you are using an IP rather than a domain, and if your Apache virtual host configuration isn't...

Issues with loading a new model in the /admin console

python,mysql,django,hosting,passenger

Because that's how WSGI works: the Python code is loaded on process startup, and isn't refreshed on each request (unless explicitly configured to do so.) While following the tutorial - and indeed throughout development - you'd be better off developing locally and using the built-in development server via manage.py runserver....

PHP Create Folder, Create Subfolder using #ID and Upload a default file?

php,hosting,folders,billing

I've been doing this back to my previous freelance projects which I found from my experience as a bad practice. Let's skip the public_html and Welcome.php parts first... Here's the "scenario" part What you're trying to do is: PHP first (by trying to determine the next AUTO_INCREMENT ID and create...

I am hosting my website on Amazon s3 and I need to setup email addresses

amazon-web-services,amazon-s3,website,hosting

I guess setting up your own Mail Server to Receive mails would be a big task for you. I would suggest to look for options like Office 365 - Exchange Online - works at $4 / user / month Google Apps - works at $5 / user / month Setting...

Error When upload Yii Website for online

php,web,yii,hosting

try host=localhost or host=127.0.0.1 instead of cieproduction.com

Check the free space for a user on web hosting

php,hosting

If the web hosting is using cPanel then you can use the cPanel API to call the getFreeSpace() and getSpaceUsed() function. function getFreeSpace() { $freeSpace = $this->parseIndex('Disk space available', 'float'); return ($freeSpace == 0) ? 'Unlimited' : floatval($freeSpace); } Just my 2 penny cPanel API: http://www.phpkode.com/source/s/cpanel-api/cpanel-api/cPanel.php Update: I came across...

Hosting Laravel 4.2 project on share hosting

php,laravel,laravel-4,hosting

It looks like you got an unsupported version of PHP. Laravel 4.2 uses the short array syntax introduced in PHP 5.4....

ASP.NET MVC App not working on Godaddy Shared Hosting (Subfolder)

asp.net,hosting,godaddy,http-status-code-500

It looks like godaddy shared hosting only supports MVC 4 or 5 applications if you have a Plesk Shared Hosting account. See here...

How I can host Media files like mp3 in a diffrent server? [closed]

php,media-queries,hosting,media,server

It sounds like what you want to do is have the first server which does the processing copy the file onto the 2nd server once it's finished processing. The best way to do this (depending on your setup) would probably be using ssh to copy the files. http://php.net/manual/en/function.ssh2-scp-send.php...

Google App Engine - Writing app.yaml for a particular url like applicationName.appspot.com/docs/ec-quickstart/index.html

python,css,google-app-engine,hosting

You need to specify rules for every piece you're going to serve and construct your html to reference them accordingly. Pay attention to the patterns as the 1st match will be used even if a more specific one follows below. The 1st attempt doesn't specify where your .css file exists....

Host a mySQL Server

mysql,localhost,hosting

Well you have a few options depending on how important this MySQL database is to you, how you intend to connect to it from outside, and what you want to do with it. The naive implementation would involve opening your firewall and directing all incoming traffic using whatever port you...

Adding another website on your hosting, Godaddy

website,hosting,cpanel,web-hosting

Found out my problem. It is my Laravel 5 .htaccess on my public_html folder. I just rename it to something else and my second website works then rename it again to its original then all sites works fine.

System's hardware requirements for Symfony2

php,symfony2,hosting,hardware,requirements

The load times you described are on the first load of the website right? Give us the numbers on the second load. The first load involves reading alot from the hard disk which is slow(even ssd is slower than ram), subsequent loads should be faster, though 3 seconds on the...

how to run a static site on bitnami and AWS?

amazon-web-services,website,cloud,hosting,bitnami

To host static website using Bitnami try following steps. Run an AWS instance from marketplace using 'LAMP Stack powered by Bitnami' AMI. This AMI will have pre-configured LAMP stack. Attach EIP to your Instance Upload you website files to /var/www/html/ Type your EIP in browser and if everything went right...

Hosting a Laravel 4.2 project with PHP 5.6 on a hosting server 500 Internal Server Error

laravel-4,hosting,web-hosting,php-5.6

I have come over this problem with editing the .htaccess file within the /public_html folder of the server. OR By using the cPanel's Redirects and make it Redirect the server to the domain.com/{if it's inside a folder inside the public_html}/index.php and then ALL Routes and links worked perfectly fine. If...

htaccess RewriteEngine causing subdirectory issues

apache,.htaccess,hosting

It looks like the 404 is due to the directory /directory.php not existing. Because your RewriteRule is executed with the condition only that it isn't a real file (%{REQUEST_FILENAME} !-f), the rule is mistakenly applied for directories, attempting to append .php. It's easily fixed with a !-d: ErrorDocument 404 http://www.example.com/404...

ASP.NET MVC Hosting for file sharing millions of files? [closed]

c#,asp.net,model-view-controller,hosting,godaddy

IMHO you should start with dedicate server, because the Cloud or CDN solutions will be very expensive in your case.

Why AWS Beanstalk service is using S3 bucket?

amazon-ec2,cloud,hosting

This S3 bucket is indeed automatically created by Elastic Beanstalk for your new application. It is used to store some environment files, and more important, zipped builds of your app (each one being a different version). The Beanstalk deployment script simply downloads the .zip from the bucket to the EBS...

Hosting a configuration file online for an Android application

android,xml,configuration,hosting

Your not being that clear on what you want. As there are many different hosting sites. It seems your looking at just something to host your app underneath the app?? Or were you looking at something else?

Hosting a Routing based web application

c#,asp.net,.net,hosting,web-hosting

This usually happens due to the hosting Application pool caching mechanism. In Hosting c-panel, there is App Pool clearing option for each hosted websites. After clearing the cache, it loads the all new referenced dll properly.

Heroku app not found when URL isn't prefixed with www

url,heroku,dns,website,hosting

Is your application setup to respond to <domain-name>.com? Check with $ heroku domains, do you see *.<domain-name>.com or <domain-name>.com there? Is DNS set to forward that domain to your Heroku app?

Is there a service that allows you to upload and download files (download programatically)? [closed]

java,hosting

you can try http://pastebin.com/ There you can paste chunks of text and then download them from the php script provided in the same page (the download button)...

Humhub: “failed to open stream: Too many open files” (Hosting: Strato.de) SOLVED

php,hosting

The solution was on my hosting configuration: You have to go to the "Configuration->Website-Configurator->PHP-Version" and disable "PHP Boost". It will increase the process capacity on your server and will allow Humhub continue working.

How do I deploy and manage a small scale Java desktop application?

java,deployment,hosting,cloud-hosting

Easy to do and very foolish cheap with Amazon S3 or Joyent Manta as both support time-limited signed URLs and headers (which can contain a SHA-1 of the file) to check to see if the update is needed before downloading On startup your app would check the update URL...

Hosting an angular-fullstack Yeoman Site on IIS

iis,hosting,yeoman,angular-fullstack

You don't have to manually install grunt nor bower. Install locally the node components declared in package.json using the following comman: npm install The angular-fullstack generator creates a Node.js application, so all you have to do is run the server side application. Run /server/app.js with Node.js You can check how...

Can't get path to upload on host. Jsp

java,jsp,tomcat,web,hosting

Add the "unpackWARs" attribute to your Host configuration in Tomcats "server.xml" and set it to true. Might look like this: <Host appBase="webapps" autoDeploy="true" name="localhost" unpackWARs="true"> Better: Don't place uploaded files into your apps directory. Once the application is redeployed, the content will be lost. Create an external directory anywhere on...

Godaddy hosting : issues with non Latin chars in file names? [closed]

wordpress,hosting,godaddy

At this time you are not able to directly use that character set in your file names for uploading with GoDaddy. You would need some type of IDN I believe to accomplish what you're trying to do. Colby- GoDaddy Social...

Point net4india domain to point to godaddy managed wordpress website [closed]

wordpress,dns,hosting,godaddy

So I managed to solve the problem. Some basics before I answer how it was done: Every domain has a DNS Zone file, which is what contains all the information about exactly what IP the domain as well as any of its sub-domains (mail.x.com) points to (called an A record),...

How to redirect example.mydomain.com to folder.mydomain.com via DNS/.htaccess?

.htaccess,dns,subdomain,hosting

You wouldn't be able to use .htaccess as the subdomain does not exist. I assume, from the process you described, that you are using One.com hosting. If so, the following guide will be of help: Manage your DNS settings Essentially, a web forward DNS entry will work for you: Click...

display Subdomain address on URL bar

subdomain,hosting,cpanel

You can solve this by pointing the subdomain to a page with a full screen iframe pointing to the target URL "Full screen" <iframe>...

memcache.so doesn't support in shared hosting?

curl,webserver,hosting

For those confuse about the memcached extension and the memcache extension, the short story is that both of them are clients of memcached server, and the memcached extension offer more features than the memcache extension. This is just an example of the Memcached. <?php $m = new Memcached(); $m->setOption(Memcached::OPT_BINARY_PROTOCOL,...

How to point HostGator domain to amazon ec2 instance?

amazon-web-services,amazon-ec2,dns,cross-domain,hosting

You have set up everything required to enable domain link. You have to wait no other go. Just wait another couple of hours or contact hostgator customer support. Given that you have setup the A-Record. I guess you are trying only with the blank domain i.e. example.com...

Publishing ASP.NET files to hosting server and back to local machine.Step by step procedures

asp.net,hosting,publish,editing

You do not need a copy of the entire site. But you need the basic struct of an asp.net site, and what resource you may need to run this individual page. The minimal basic struct of an asp.net site is this two directories (and the content of them - if...

Difference between PAAS and cloud server.

ruby-on-rails,database,cloud,hosting

in a short the difference goes like that. There are two extremes of the offers on the market at the moment. Digital Ocean, it creates you VMs, which then you need to config and manage yourself (meaning installing all the ruby, nginx and stuff) and Heroku, which is completely abstracted,...

Copy web-builder created website to new hosting

file-upload,mapping,hosting

It can be easily done using winhttrack application, which downloads entire website to your computer.

Create absolute link to home directory in public_html folder

php,linux,ubuntu,hosting,public-html

You can't there part of the Browsers systems http:// or https:// mean it's a fully qualified URL / means from the root of the domain ../ or pages/ relative to the current path of the URL What i do is setup more subdomains setup ~username.testserver/ and use each user as...

Installing ruby lobste.rs app on hosting, what lobsters$ supposed to do?

ruby-on-rails,ruby,hosting

lobsters$ it is not a command. It's just a directory name. $ git clone git://github.com/jcs/lobsters.git ^^^^^^^^^ # clone repository to the `lobster` directory $ cd lobsters ^^^^^^^^^^^ # go to the `lobster` directory. lobsters$ ^^^^^^^^^ # current directory ...

OpenShift - which type of application choose for only front-end web?

cloud,hosting,web-hosting,frontend,openshift

You should use the php-5.3 or php-5.4 cartridge. They will both work just fine with .html, .js, and .css files, you don't have to use PHP with them.

Issue in Asp.Net website hosting [closed]

asp.net,vb.net,hosting,web-hosting

Many hosting companies offer both Linux and Windows hosting. It could be possible your hosting company to offer ASP.NET hosting, but that you activated Linux plan. If that is the case you could ask them to change your plan. Also, you could ask your hosting support about the issue too....

DNS server used by my shared hosting is slow. Any way too add entries like in windows' hosts file?

php,dns,hosting,imap,hosts

Unfortunately in shared hosting, you are not likely to have access to /etc/hosts file to specify your own DNS resolution overrides. Just refer to the resource using it's IP address and you should not have any need to do DNS resolution at all. If the resource changes IP address, then...

WCF: Difference between hosting in IIS and WIndows service

c#,.net,wcf,windows-services,hosting

Check out the documentation: https://msdn.microsoft.com/en-us/library/ms730158%28v=vs.110%29.aspx It is awesome! And the answer to your questions depends on what kind of application you are building and other requirements on the application/environment...!...

Mongodb hosting remote vs on the same network

node.js,mongodb,hosting,shared-hosting

The reason you use something like compose.io is that you don't want to deal with that on your own and have experts taking care of it that know what they are doing. In the best case with support so you can take further advantage of those experts. And that's the...

Host Four ASP.Net Projects in IIS as single direcory(maintain more projects in same url)

asp.net,iis,hosting,web-deployment

Good afternoon Ramesh! If I understand your question correctly you currently have 3 separate web roots and you want to use these as separate web applications that will be served to users based on geography in some way. You also want to maintain individual web configuration files for each as...

How to export database to another host which doesn't allow to create a new database with my old database name?

php,mysql,phpmyadmin,hosting,host

If you perform a mysqldump there is usually no database information there, just table schema. If the options to create the database are there just open your sql file and remove them. They will look something like "create database your_database" and "use your_database". Then, using phpmyadmin you can simply create...

How to point Multiple Domains at an Azure Windows VM

asp.net-mvc,azure,iis,virtual-machine,hosting

You cannot map different domains to ports. What you can do, is map domains to specific sites on IIS and have them listen to that specific hostname. Godaddy has a guide on how to do that here...

VPC with Public and Private Subnets, s3 endpoints

web-services,amazon-web-services,amazon-s3,hosting,vps

S3 endpoints in VPC serve only one purpose: they manipulate your VPC route tables and modify the way your EC2 instances' internal traffic is routed to S3. They have no direct impact on Internet access to S3, nor to the public/private classification of data, and are not needed in order...

Hosting a Web Application

heroku,web-applications,web,dns,hosting

Cloud hosting is just another kind of hosting versus stuff like Dreamhost. You likely can't run something like Node.js on Dreamhost's shared hosting, but you could on one of their VPS/dedicated servers. Heroku's just easier for that sort of thing. You'd in most cases pick either Dreamhost or Heroku, not...

How do you host a jekyll site to hostgator via FTP [closed]

html,css,ftp,hosting,jekyll

Maybe you need to change the url that you call your css and js files with your new IP or domain.

Linking .php file to Blogger (hosting it)

php,forms,email,hosting,blogger

What you can do is send the form via AJAX to whatever host you want - the user won't be redirected there. Here is some example code, you can customize it further $("#theform").submit(function(e) { e.preventDefault(); $.post('http://example.com/contact.php', $('#theform').serialize()); } serialize is used to collect the data from inputs and POST it...

Installing Wp-Plugin without FTP Access

wordpress,plugins,ftp,hosting

You can install a plugin by simply uploading to the plugins directory and unpacking it. '/wp-content/plugins'. Note that you will still have to enable the plugin normally in Wordpress admin.

.NET Service Hosting [closed]

.net,service,hosting

Why not use Microsoft Azure - its not free, but you can schedule your access to it, ramp up and down according to your needs.

PNG or JPG? Which one shall I use? [duplicate]

wordpress,image,png,hosting,jpeg

I recomend you to read this one: http://www.labnol.org/software/tutorials/jpeg-vs-png-image-quality-or-bandwidth/5385/

Password protected directory now I can't access it

wordpress,hosting,cpanel

probably you should go to your website root and delete .htpasswd file from it. also you may remove AuthType commands from .htaccess file.

How to: android app that uploads/downloads to hosting?

android,hosting

Went to security exchange and found out that FTP isn't that safe. Someone suggested HTTP upload instead. I found a couple of tutorials (haven't tested them yet) that seem to do what I want: http://androidexample.com/Upload_File_To_Server_-_Android_Example/index.php?view=article_discription&aid=83&aaid=106 http://www.androidhive.info/2014/12/android-uploading-camera-image-video-to-server-with-progress-bar/...

Upload Files to server bigger than 1MB / iOS

php,ios,audio,upload,hosting

Make sure the php.ini settings allow for larger uploads as well: PHP change the maximum upload file size...

Distributing installer of Windows desktop application

windows,deployment,amazon-s3,installer,hosting

Big companies like Microsoft use a content delivery network which makes sure no matter where you come from a download server gets assigned to you which is as near as possible to your current location.

Access files outside/below public_html level

php,web-services,hosting,web-hosting

It sounds like you are in something.com which is visible to you on the web so it is located inside of public_html but you want to include a file that is higher up in the file system. If that is what you are looking to do, use: include("../etc/index.php"); The .....

Switching back to old cPanel on another hosting package

hosting,cpanel,nameservers

Yes, You are right. You will have to change only nameserver, If your accounts is present on HostGator server and that account files has a updated site contents. If your account files are old then first you will have to upload your updated site content to HostGator server and then...

Hoster requirements for running Solr

solr,hosting,requirements

The Solr requirements can be found here: https://wiki.apache.org/solr/SolrInstall So an installed JRE is needed, but also an servlet container, which also needs an JRE. If I would be in your situation, I would rent an virtual server. An other option is an hosting service, specialized for solr hosting: search the...

SSH - Connection reset by peer - Linux Host

linux,ssh,hosting,server,shared-hosting

The message indicates an internet connection issue in the Level3 network (i.e. somewhere in between your wifi network/internet provider and the godaddy site). Nothing that either you or godaddy can do to fix it, only Level3 can. The suggestion is to use an alternate path, which happens when you use...

deploy web application on 8080 port

web-applications,dns,hosting

The problem may be with the port. Make sure it's open on your router. You can check if the port is open on this site: https://www.site24x7.com/port-test.html

Cannot find classes once ASP.NET website is hosted

c#,asp.net,webforms,hosting,app-code

I was deploying my application incorrectly. As Ben Robinson's comment says: Never deploy source code. The easiest way of creating your collection of files to deploy is to use the Publish option in visual studio. ...

PHP file on website - Getting fatal error in mysql_connect()

php,mysql,sql,hosting

You need to install the php-mysql dependency on your server. yum install php-mysql -y or your equivalent on your os....

Exception Details: System.InvalidOperationException: The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine

c#,database,asp-classic,hosting

Connection to an ACCDB file (Access 2007 format) requires the ACE.OLEDB.12.0 driver. This driver needs to be installed on the ISP machine. (That's probably the reason they ask you a different plan) However you could change the format of your file to be Access 2003 that use the Microsoft.Jet.OLEDB.4.0 and...

Any file-hosting site that supports direct downloading?

web,hosting

Using dropbox you can change the www.dropbox.com to dl.dropboxusercontent.com and you get the direct download link.

Accessing web pages on Azure VM

azure,hosting,web-hosting

You can have multiple websites hosted on the same IIS Server. To access the websites individually over the Internet, you need to suffix the DNS Name with the Public Port. For Example : DNS Name : myvm.cloudapp.net Website 1 : myvm.cloudapp.net:52477 Website 2 : myvm.cloudapp.net: 51998 However if you are...

Hosting webapp on an AWS EC2 server. Do I need to use the AWS “application services” for search and email?

amazon-web-services,amazon-s3,hosting,web-hosting,vps

You do not need to use these services. But there are limits on sending emails from EC2 instances. (http://aws.amazon.com/ec2/faqs/#general , search for Are there any limitations in sending email from EC2 instances?). If you intent to send huge amount of emails then you want to use SES....

What is causing this white space at the bottom of my page in Chrome?

google-chrome,hosting,whitespace,removing-whitespace,shockwave

It might be a 3rd party extension that is causing it as they can modify the look and behavior of the page. You may want to try disabling the extensions for the time being to see if it is causing the issue....

How to move the WordPress webpage to other hosting servers?

php,wordpress,.htaccess,migration,hosting

Place all the files from public_html folder of old server to the new public_html folder. Take the database backup from old server from php myadmin, go to import in it and import sql file. open the sql database file in editor such as notepad++ or anything and find siteurl...

Java Hosting Package can't be installed

iis,hosting,war,heliconzoo

Hmm, It seems as if the url that the package is trying to fetch Jetty from: dist.codehaus.org/jetty/jetty-hightide-8.1.7/… has been shut down. I removed Jetty8 (which I manually installed to try to fix the issue, and downloaded it again from download.eclipse.org/jetty. This seems to have fixed the issue. Don't know what...