RewriteEngine on
RewriteRule ^home index.php [NC,L]
RewriteRule ^news news.php [NC,L]
Would appreciate any help on how to address this. I have created a .htaccess
file for my site in order to simplify its URLs. The entire .htaccess reads as follows (and works as desired):
RewriteEngine on
The only issue I'm facing now is that clicking on it generates a Server Error 500 page instead of the facebook share window.
What can I do to fix this issue