N
N
nifotuso2015-10-10 12:11:34
Apache HTTP Server
nifotuso, 2015-10-10 12:11:34

How to fix 403 Access forbidden when using forbidden characters?

There are rules

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^admin(/.*)?$ /admin.php/$1 [L]
RewriteRule !^admin index.php [L]

But if you enter one of the following characters in the URL, it will return 403. List: "<" ,">", "*", "%", ":".
All other routing is done in php itself. Thanks in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
ShamblerR, 2015-10-26
@ShamblerR

what should happen in the end? if you entered these characters?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question