# Core365 SEO Command Centre
# This file helps Namecheap/cPanel route requests to the Flask app
PassengerEnabled on
PassengerAppRoot /home/YOUR_CPANEL_USER/core365-seo-tool
PassengerPython /home/YOUR_CPANEL_USER/virtualenv/core365-seo-tool/3.12/bin/python

# Deny access to sensitive files
<FilesMatch "^\.(env|htaccess)$">
    Order allow,deny
    Deny from all
</FilesMatch>

<FilesMatch "^(config\.py|passenger_wsgi\.py)$">
    Order allow,deny
    Deny from all
</FilesMatch>
