Hello :)
I get an internal server error when navigate to my website, all goes good when I rename the .htaccess file.
This is its content:
Thanks in advance
I get an internal server error when navigate to my website, all goes good when I rename the .htaccess file.
This is its content:
Code:
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^sitecontrol - [L,NC]
RewriteRule ^([^/\.]+)/([^/\.]+)/([^/\.]+)/([^/\.]+)/([^/\.]+)/?$ index.php?lang=$1&page=$2&id=$3&pn=$4&title=$5 [L]