I don’t have experience with bitnami so I don’t know how it changes the apache configuration but I would say the problem is the domain mapping.
mywebsite.com maps to lets say /var/www/mywebsite
but your wordpress is installed in /var/www/mywebsite/wordpress
so the url to it isn’t mywebsite.com but mywebsite.com/wordpress and when you login it redirects you to mywebsite.com/wp-login beacuse in the dashboard you set the site address as mywebsite.com and not mywebsite.com/wordpress.
I would say you have two options:
You can change the site address that you entered in dashboard throuhg mysql in table wp-options, the siteurl value (you can do that thorugh phpMyAdmin if it is installed on the machine)
or
Change the document root for mywebiste.com in you Virtual host to the directory where wordpress is installed (you just add /wordpress to the end) (VirtualHost examples if you’re begginer with them)
Related Posts:
- How can I use an .htaccess file in Nginx?
- .htaccess redirect http to https
- 404 Not Found The requested URL was not found on this server
- What is the difference between Local Server and a Web Server?
- How to run php files on my computer
- Whats the point of running Laravel with the command ‘php artisan serve’?
- Localhost is not working
- PHP $_SERVER[‘HTTP_HOST’] vs. $_SERVER[‘SERVER_NAME’], am I understanding the man pages correctly?
- SVN Error E175002 while checking out code from repository
- XAMPP, Apache – Error: Apache shutdown unexpectedly
- htaccess – Redirect to subfolder without changing browser URL
- Enable PHP Apache2
- client denied by server configuration
- What is HTTPD exactly?
- XAMPP: Connecting to localhost fix? [Persistent]
- Request exceeded the limit of 10 internal redirects due to probable configuration error
- How do you redirect HTTPS to HTTP?
- Adding a user on .htpasswd
- a2enmod command not found in apache server using cpanel in linux vps
- How do I disable directory browsing?
- Apache and Node.js on the Same Server
- Apache is downloading php files instead of displaying them
- lbmethod_heartbeat:notice – No slotmem from mod_heartmonitor –error after installing apache2.4.2 [closed]
- Difference between Systemctl and service command
- “End of script output before headers” error in Apache
- XAMPP installation on Win 8.1 with UAC Warning
- org.apache.jasper.JasperException
- Https to http redirect using htaccess
- Site does not exist error for a2ensite
- WAMP won’t turn green. And the VCRUNTIME140.dll error
- .htaccess: Invalid command ‘RewriteEngine’, perhaps misspelled or defined by a module not included in the server configuration
- PHP code is not being executed, but the code shows in the browser source code
- How do I get the right permissions for WordPress running Apache on Debian
- How can I improve site/page performance of WordPress websites?
- Best practices for making a WordPress site “movable”?
- WordPress V2 REST-API: Endpoints 404?
- How to configure self hosted wordpress so that everything can be upgraded/installed from dashboard
- Installing WordPress in a Sub-Folder (not in root) on Localhost
- WordPress multisite causing Error 101 (net::ERR_CONNECTION_RESET): Unknown error [duplicate]
- What’s the proper way to setup WP-CLI on Ubuntu so that I don’t have to use the flag –allow-root?
- Which Apache-modules must I enable?
- What are some good Apache settings to use with wordpress?
- Point root folder to blog.domain.com and subdirectory to domain.com possible?
- Detect CURLOPT_SSL_VERIFYPEER programatically?
- Internal Server Error apache
- What to do when WordPress posts on a new server return an error 404
- Accidentally messed up URLs
- Show wordpress locally in xammp and in iPhone via ip
- WordPress docker with empty responses to HTTP requests
- White Screen of Death for unknown reason but fixes after rebooting the server
- Forbidden You don’t have permission to access this resource. Apache/2.4.41 (Ubuntu) Server [closed]
- WordPress page not accessible through WAN [closed]
- Caching plugins + mod_pagespeed = overkill?
- Virtual HostX and MAMP not working with WordPress
- If I use Apache & ngnix together will I have fewer problems?
- how to config the home page locally
- WordPress: redirecting to my old public ip
- New wordpress keep redirecting to localhost/wp-admin/install.php
- How to point domain to wordpress page
- CURL error with REST API
- Is a local multisite installation equivalent to multiple VirtualHosts?
- How to rename a wordpress site from http://myserver.example.com/blog to http://myserver.example.com/somethingelse or just http://myserver.example.com
- WordPress in AWS Lightsail – restrict public IP
- How to make wordpress page site.com/content as location for main site.com that is worked on nuxt.js+node?
- Removed index.php now all pages with Internal Server Error
- WordPress V2 REST-API: Endpoints 404?
- Move site root directory on debian
- Wp-admin uses different php.ini than the theme files
- How to change wordpress port number to 8000?
- Timthumb isn’t displaying any images. “A TimThumb error has occured
- I got ERR_TOO_MANY_REDIRECTS on subdomain
- Error 500 ONLY in dashboard main page. How to fix it?
- Localhost WordPress Uploading of Images Issue
- Apache and Networks
- WordPress MAMP Installation Issue
- All scripts and style links return 404 on a local virtualhost
- Configure VirtualHost for a perfect WordPress Environment
- I’m think I’ve found a bug with JetPack 1.7 [closed]
- Issues when moving from server to MAMP
- CHMOD 0777, but WordPress still not able to write files/folders [closed]
- oEmbed work on localhost but not on distant server
- Permalinks to Post name not working
- WordPress – Unable to Create New Account – Windows/Apache/MySQL
- Serve static files via a subdomain on a wordpress
- file_get_contents( ) not working
- What is the difference between Apache kafka vs ActiveMQ
- Cant login to wp-admin (redirecting to homepage), But CAN login to wp-login.php
- Pi Hole with web interface and wordpress on the same Raspberry Pi 4
- Optimize apache for WP use
- Use subdomain for certain urls
- Using WordPress with Apache behind an nginx reverse proxy
- WordPress on VirtualBox – no pretty permalinks
- Universal problem: first request after ~25 second inactivity always slower (~1 second) than subsequent requests (~1/10sec)
- WordPress incorrectly redirects to local IP address?
- how to combine wordpress htaccess on my root domain + php on subfolder
- Can only access homepage and admin panel
- Server stressed by /feed
- Permissions in a Local Dev Environment (OS X)
- WordPress site front page fails to load in IE
- Apache Redirect based on WordPress permissions