Hi Vincenzo!
Thank you for this advise as well
By the way, I have added you in skype if you allow me.
Tamer
On 07/22/13 18:00, Vincenzo D'Amore wrote:
> Hi,
>
> happy to hear you have figured out at last :)
>
> For the future, if you're in trouble trying to understand what's wrong
> in yo
Hi,
happy to hear you have figured out at last :)
For the future, if you're in trouble trying to understand what's wrong in
your rewrite, if you can, try to enable RewriteLog it will help really a
lot.
Best regards,
Vincenzo
2013/7/21 Tamer Higazi
> Solved!
>
> My rewrite rules now look lik
Solved!
My rewrite rules now look like this:
RewriteEngine on
RewriteCond %{REQUEST_URI} !/static/
RewriteRule ^(.+)\.(css|img|fonts|js)$ /static/$1 [L]
RewriteCond $1 !^(index\.php|images|robots\.txt|static)
RewriteRule ^(.*)$ /index.php/$1 [L]
On 07/21/13 20:34, Tamer Higazi wrote:
> Hi Vin