Answer the question
In order to leave comments, you need to log in
How to make CNC on htaccess?
In general, you need to make sure that when opening .html files, .php files are shown. Those. the url address is *.html, and the document itself is in php
Answer the question
In order to leave comments, you need to log in
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.+)\.html$ $1.php
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question