When i upload this code to my website, it Gives me 500 Internal Server error.
Can anyone help me to solve it. ?
Is it the Problem of any of the Apache service ?
Thanks in Advance for Any help.
Code:<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /mysite/ RewriteCond %{REQUEST_URI} ^system.* RewriteRule ^(.*)$ /index.php?/$1 [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?/$1 [L] </IfModule> <IfModule !mod_rewrite.c> ErrorDocument 404 /index.php </IfModule>



Reply With Quote


Bookmarks