Hi My web server is Apache.I have created a sample application in my local system. It\'s working fine with the clean url. But when i uploaded to my Web server( Apache) it\'s
If you are using Apache on Ubuntu or DEBIAN write this code in Terminal:
sudo a2enmod rewrite
and restarting apache
sudo invoke-rc.d apache2 restart