Welcome Guest, Not a member yet? Register   Sign In
I am facing a problem with mod_rewrite with .htaccess + XAMPP + Code igniter + Windows
#1

[eluser]Amjith or Cool Coder[/eluser]
:-( There is a problem in doing the above rewriting with XAMPP + Code Igniter + Windows + .htaccess

i need to do below .htacess file to my project for making index.php to index

I have the following .htaccess file
#—————–
RewriteEngine on
RewriteCond $1 !^(index\.php|images|stylesheets|javascript)
RewriteRule ^(.*)$ /index.php/$1 [L]
#—————–

I have uncommented apache http.conf line (As per i have read some where that this apache conf file line should be uncommented)

LoadModule rewrite_module modules/mod_rewrite.so

i have restarted XAMPP, but failed. .htacess is not working with my XAMPP on codeigniter project.


Any one welcome to help me.

amjithps(at)gmail(dot)com

Experts please come forward.

Thanks in advance

Amjith PS




Theme © iAndrew 2016 - Forum software by © MyBB