As I said in the title, how to hide the source view of a page with htaccess ? Like that:
(fake code) IF [URL START WITH "view-soure"] - DONT_SHOW_CODE_PLZ
As I said in the title, how to hide the source view of a page with htaccess ? Like that:
(fake code) IF [URL START WITH "view-soure"] - DONT_SHOW_CODE_PLZ
You can't.
The view-source:
URL prefix is handled internally by the browser.
The server doesn't get to see it, so server-side code can't trigger based on it.