It's my first time to setup TYPO3 on a LInux (Proxmax/Debian) system. Since Typo3 V3 I used Windows. My target is to use TYPO3 and other WEB content on the same server. Under Windows I had the other Web contant running under /inetpub/wwwroot directory and TYPO3 in a directory TYPO3 in the same directory. With URL Rewrite all traffic, which was not specific for TYPO3 was redirected to the /inetpub/wwwroot directory! As I understood it right, under Apache2, the .htaccess file is responsible for that. TYPO3 is installed under /var/www/typo3 and I want put the other WEB content also inside /var/www. I have downloaded a standard TYPO3 .htaccess file and saved it under /var/www. But if I type https://localhost/html/info.php I get an TYPO3 error message.
Do I need a specific .htaccess file for achive my target?
Or do I have to modify the TYPO3 .htaccess file?