Welcome Guest, Not a member yet? Register   Sign In
problems with navigation in hmvc in production
#3

[eluser]JoelPiccoli[/eluser]
[quote author="Tim Brownlaw" date="1398757758"]Hi,

did you get your local .htaccess up on the live server?

When this sort of thing happens, sit back and play spot the difference... In most cases it'll be something missing like that.


Cheers
Tim[/quote]



Hello Tim, thanks for the help but I checked the htacces too, but i don't see anything wrong.
This is my htaccess code.

RewriteEngine on
RewriteCond $1 !^(index\.php|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]

There's something wrong with it?


Messages In This Thread
problems with navigation in hmvc in production - by El Forum - 04-28-2014, 06:22 PM
problems with navigation in hmvc in production - by El Forum - 04-29-2014, 12:49 AM
problems with navigation in hmvc in production - by El Forum - 04-29-2014, 04:21 AM
problems with navigation in hmvc in production - by El Forum - 04-29-2014, 07:40 AM
problems with navigation in hmvc in production - by El Forum - 04-29-2014, 11:51 AM
problems with navigation in hmvc in production - by El Forum - 04-29-2014, 01:45 PM
problems with navigation in hmvc in production - by El Forum - 04-30-2014, 07:28 AM
problems with navigation in hmvc in production - by El Forum - 04-30-2014, 09:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB