/ Published in: Apache
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<Directory /var/www/vhosts/drupalr.co.uk/httpdocs> RewriteEngine on rewriterule ^(.+)\.htm$ /$1.php [r=301,nc] RewriteRule ^community community.php [nc] ErrorDocument 404 /index.php </Directory>