behrouzbash I want that when people access my web server with the IP address, like http://194.5.10.100, be redirected to the folder name, like http://example.com/admin. http://194.5.10.100 ---> http://example.com/admin https://194.5.10.100 ---> https://example.com/admin I'm using Apache Web Server and I've tried: $ nano /www/server/apache/conf/original/httpd.conf <VirtualHost 194.5.10.100:80> Redirect / http://example.com/admin </VirtualHost> <VirtualHost 194.5.10.100:443> ##For Redirect to HTTPS Force Redirect / https://example.com/admin </VirtualHost>
aapanel_power behrouzbash Hey, brother, are there any errors? Take a screenshot of the error message to see