I changed our company domain name and now all i get is a 404 error.
I have updated the option table in phpmyadmin as well as updated apache2 conf.
Where else do I need to change the info for this to work?
<VirtualHost *:80> ServerName newdomainname.com ServerAlias www.newdomainname.com Redirect / https://newdomainname.com/ </VirtualHost> <VirtualHost *:443> ServerAdmin [email protected] ServerName newdomainname.com/ DocumentRoot /var/www/testIVMC/ SSLEngine on SSLCertificateFile /cloudflare/ivmcMaster.pem SSLCertificateKeyFile /cloudflare/ivmcMaster.key ErrorLog ${APACHE_LOG_DIR}/vik.com_error.log CustomLog ${APACHE_LOG_DIR}/vik.com_access.log combined <Directory /var/www/testIVMC/> Options Indexes FollowSymLinks AllowOverride All Require all granted Allow from all </Directory> <FilesMatch \.php$> SetHandler "proxy:unix:/run/php/php8.2-fpm.sock|fcgi://127.0.0.1:9000" </FilesMatch> </VirtualHost> Folder structure
var-> www-> testIVMC