C
C
cannabioid13372021-10-16 00:21:20
htaccess
cannabioid1337, 2021-10-16 00:21:20

Why doesn't $_GET output the value correctly?

I have such redirects.

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule "^create/(.*)$" /create?id=$1 [L]

When I get $_GET['id'] via PHP.
Outputs this:
1.php/1

How to be? How to fix?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question