Advertisement
Fany_VanDaal

Odstranění chyby 404 v nGix directivech

Nov 14th, 2021
1,140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.07 KB | None | 0 0
  1. if (!-e $request_filename)
  2. {
  3.  rewrite ^(.+)$ /index.php?q=$1 last;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement