A
A
Alexander Bondarenko2020-09-29 19:59:17
Apache HTTP Server
Alexander Bondarenko, 2020-09-29 19:59:17

Why is there an error in the .htaccess file?

AddDefaultCharset UTF-8

RewriteRule ^about?$ about.php [NC, L]
RewriteRule ^404?$ 404.php [NC, L]

ErrorDocument 404 /404

I registered the following conditions, an error occurs on the server Internal Server Error, what am I doing wrong?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dodo512, 2020-09-29
@bond_1013

Syntax error here [NC, L]
Flags must be listed separated by commas without extra spaces[NC,L]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question