Eric, I very much appreciate your answer! It appears setup is as needed/described. This is why it’s puzzling that this one standard code block prevents the hide debug code from working. Our system admin tells me that rewrite in Apache is enabled. Our system admin also tells me that "AllowOverride All" is enabled in the <Directory> subdirective under <VirtualHost> for the domain.. <Directory /xxx/xxx/xxx> AllowOverride All RewriteEngine on </Directory> I don’t have permissions even under sudo to restart Apache on this server. Is there an order to the .htaccess file? Does it matter which directive comes before the other? Thanks, Lisa From: Eric Shields | #MassTransitHonchkrow <masstransitkrow@xxxxxxxxxxxxxx.INVALID>
You'll need to enable rewrite in Apache in order for rewrite rules to work. Also, make sure that "AllowOverride All" is enabled in the <Directory> subdirective under <VirtualHost> for the domain you wish to enable this on. Otherwise, the
.htaccess file will be ignored by the virtual host. Type the command "sudo a2enmod rewrite.load" and then restart apache. For systemd users, type "sudo systemctl restart apache2". If you forget sudo, it will ask for your password anyway. Eric Shields
🚏 MassTransitHonchkrow Ask me about the Krowverse Suite of Services. ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
|