htacces 2 variables issues
问题 BEFORE I installed SSL things were working perfectly!! Here is the code I have in my root webserver .htaccess file: Options +MultiViews RewriteEngine On RewriteCond %{HTTP_HOST} andrea\.com [NC] RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://andrea.com/$1 [R,L] RewriteCond %{DOCUMENT_ROOT}/$1.php -f RewriteRule (.*) $1.php [L] It works and it does exactly what I want it to do. So if I go to for example: www.andrea.com/account it accesses "www.andrea.com/account.php". Which is what I