I created a server on Bitnami hosting and installed WordPress on my EC2 instance.
I am facing two issues now:
-
I am able to access my wordpress website using
http://<my_domain>/wordpress
but I want it to be accessed directly by visitinghttp://<my_domain>
. I know there are many ways that are listed on your website but none of them worked for me. one thing that I noticed is that I can achieve the same using wordpress address and Site address fields in the general settings of wordpress, but those fields are greyed out in my wordpress application and I am unable to change those fields, can you please tell me why they are greyed out and how I can activate them? -
I tried to solve my problem by using the tips given in http://wiki.bitnami.org/Applications/BitNami_Wordpress_Stack#How_to_change_the_WordPress_domain_name.3f Now, for some reason, I am not able to access my site at all. I had taken a backup before meddling with my htaccess and conf files, when my server became unreachable, i simply restored the backup and refreshed my page. But I am not able to solve the problem and I am unable to use my dashboard.
The standard process is to run the following command:
This command changes the following options:
Check the /opt/bitnami/apps/wordpress/conf/wordpress.conf file. It should be similar to this:
Then clear your browser cache and try to access again to your URL.
If you want to configure the gray out options in the WordPress admin panel, you can specify your domain name at /opt/bitnami/apps/wordpress/htdocs/wp-config.php. Replace $_SERVER[‘HTTP_HOST’] with your own domain name.
I hope it helps.