# Next.js cPanel Configuration
<IfModule mod_rewrite.c>
  RewriteEngine On

  # Pass requests to the Node.js port if reverse proxy is used
  # RewriteRule ^$ http://127.0.0.1:3000/ [P,L]
  # RewriteCond %{REQUEST_FILENAME} !-f
  # RewriteCond %{REQUEST_FILENAME} !-d
  # RewriteRule ^(.*)$ http://127.0.0.1:3000/$1 [P,L]
</IfModule>
