I’m still trying to figure out how to ensure that existing directories are stills accessible with custom htaccess paths. The htaccess code works for txt files, but not for php – not sure why!
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
—-
online tv