Welcome Guest, Not a member yet? Register   Sign In
Mod_rewrite not working
#2

Greetings, just have that problem with PCI 3.0.1, I configured the htacces file is as follows:

#Rewrite /jicaro es el nombre de la carpeta del proyecto
RewriteEngine On
RewriteBase /jicaro
RewriteCond %{REQUEST_URI} ^system.*
RewriteRule ^(.*)$ /index.php/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

I do not work, and please thank your help, I looking in the manual but still can not find the solution.
First of all, Thanks!
Reply


Messages In This Thread
Mod_rewrite not working - by roy1523 - 10-15-2015, 06:44 AM
RE: Mod_rewrite not working - by macruzgi - 10-15-2015, 01:27 PM
RE: Mod_rewrite not working - by ignitedcms - 10-15-2015, 01:31 PM
RE: Mod_rewrite not working - by CroNiX - 10-16-2015, 12:15 PM
RE: Mod_rewrite not working - by InsiteFX - 10-19-2015, 04:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB