remove index.php in codeigniter url in windows and simple server
Create .htaccess file
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
in windows server create web.config file
No comments:
Post a Comment
Thank You For Comment