Hi (I'm new to BitNami and Amazon Hosting)
I've installed a Wordpress website using the online utility - I have built the website and now need it to fire from the main domain rather than the www.mydomain.co.uk/wordpress.
Normally I would go in and change the preferences under General > Site URL however this is greyed out. My next port of call would be to edit the .htaccess file, which I have done, but it still fails to fire from the main url.
I have reverted back to the original .htaccess file which is as follows:-
Options FollowSymlinks
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\\.php$ - [L]
# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\\.php)$ $2 [L]
RewriteRule . index.php [L]
What do I need to change and where does the .htaccess file need to sit to achieve what I need?
I look forward to your assistance.
Regards