arash691/myMVC/master/.htaccess
Options +FollowSymlinks RewriteEngine On RewriteBase /mvc RewriteCond %{REQUEST_FILENAME} !-l RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?r=$1 [L,NC,QSA]
Files

Options +FollowSymlinks RewriteEngine On RewriteBase /mvc RewriteCond %{REQUEST_FILENAME} !-l RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?r=$1 [L,NC,QSA]