• Support
  • how to configure .htacces to nginx

my htacces file is
RewriteEngine on
ErrorDocument 404 http://localhost/ebazar/auth-404
#php_value display_errors 1
#php_value session.auto_start 1
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule [.]+$ $1.php [NC,L]

    yes the webite use this this
    i try to convert from above link but when i try to access website it download

      Hello, it is recommended to check whether php is set up? Is php running? You can check it out in the app store

      sdbakari