I was working on my test live server , i made some changes in a file and saved it , suddenly the whole website crashed.
When i now log to my test server(http://www.uplits.com/). It shows a Directory has no index file error and when i log into the codeigniter(http://uplits.com/skidt/admin919/codeigniter/)
It shows a page not found error.
Please help , i dont know what could have gone wrong.
RewriteEngine on
RewriteCond $1 !^(index\.php|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?$1 [L,QSA]