Please help with setting/config of .htaccess file.
How to Rewriterule from address http://domain.com/main_page to http://domain.com ?
What i do or my .htaccess file:
RewriteEngine on
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
I tried RewriteRule ^$ /Main_Page
but it doesnt work.