Answer the question
In order to leave comments, you need to log in
How to leave static pages using CNC?
Hello, I connected the CNC of the form
RewriteEngine On
RewriteRule ^(.*)/(.*)$ test.php?test=$1 [L]
Answer the question
In order to leave comments, you need to log in
Answering the question specifically:
RewriteEngine On
RewriteCond "%{DOCUMENT_ROOT}%{REQUEST_URI}" !-d
RewriteCond "%{DOCUMENT_ROOT}%{REQUEST_URI}" !-f
RewriteRule ^(.*)/(.*)$ test.php?test=$1 [L]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question