Forum archive
Installing a directory in Wordpress on Amazon Web Services
Hi there:
First of all, thank you Jeremy for your last answer. I have an installation of wordpress in amazon web services from TurnKey Linux. I want to install Sendy in a directory using the same instance. But I upload files and when I call Sendy in URL I get a 404 page and not the installation setup.
I research sendy forum but they have no clue on how to do that. Can you please help me?
What I did. I create a folder using Webmin in var/www/hmtl directory. HTML directory is something I added and then I set up a directory named Sendy. So it is var/www/html/sendy. But I'm surely missing something. I also did another database in PHPMYADMIN, but I'm missing some configuration here.
Thank you for your help,
Gabriela
By default the doc root of the Wordpress appliance is /var/www/wordpress so your webserver doesn't even know that /var/www/html exists...
So you could create a new virtual host with Apache and go that way. Alternatively you could put your folder within the wordpress dir (e.g. /var/www/wordpress/html) and adjust the .htaccess file (as per the first answer here).