I am not expert in .htaccess that my need bit complex and tricky help..!
Here is my current .htaccess
and remember i need some .htaccess
that can destroy my current .htaccess
.
Current .htaccess
:
RewriteRule ^join$ https://example.com/internalpath/join/index.php [L,QSA]
RewriteRule ^join/(.*)$ https://example.com/internalpath/join/$1 [L,QSA]
Now my problem:
I want to redirect each and every file and directories to HTTP, except these two:
Remember, I want every link on http except this above provided link, other then all files and directories and even files and directories in /join/ or /join will be HTTP, just two links on HTTP, but please it will not destroy the previous written .htaccess.
You need these 3 rules:
Try this (not tested):