File: /home/storage/5/78/dd/wicomm2/public_html_backup/clientes/dpaschoal/.htaccess
# Prevent Apache from adding trailing slashes to /hook
RewriteEngine On
# Only apply to /hook with no file extension and no trailing slash
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} ^/clientes/dpaschoal/hook$
RewriteRule ^hook$ hook [L]
# Optional: Force HTTPS if needed (remove if your host already handles it)
# RewriteCond %{HTTPS} off
# RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]