You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Tamer Higazi <th...@googlemail.com> on 2013/07/21 21:23:25 UTC

[users@httpd] rewrite rule on apache2 .htaccess file (SOLVED)

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 Vincenzo!
> 
> My rewrite rule now lookes like this:
> 
> RewriteEngine on
> 
> RewriteRule ^/(css|js|fonts)(/.*)?$ /static$2 [L]
> RewriteRule ^/(.*)$ /index.php/$1 [L]
> 
> and now nothing works :(
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] rewrite rule on apache2 .htaccess file (SOLVED)

Posted by Tamer Higazi <th...@googlemail.com>.
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 your rewrite, if you can, try to enable RewriteLog it will help
> really a lot.
> 
> Best regards,
> Vincenzo
> 
> 
> 
> 2013/7/21 Tamer Higazi <th982a@googlemail.com
> <ma...@googlemail.com>>
> 
>     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 Vincenzo!
>     >
>     > My rewrite rule now lookes like this:
>     >
>     > RewriteEngine on
>     >
>     > RewriteRule ^/(css|js|fonts)(/.*)?$ /static$2 [L]
>     > RewriteRule ^/(.*)$ /index.php/$1 [L]
>     >
>     > and now nothing works :(
>     >
> 
> 
>     ---------------------------------------------------------------------
>     To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>     <ma...@httpd.apache.org>
>     For additional commands, e-mail: users-help@httpd.apache.org
>     <ma...@httpd.apache.org>
> 
> 
> 
> 
> -- 
> Vincenzo D'Amore
> email: v.damore@gmail.com <ma...@gmail.com>
> skype: free.dev
> mobile: +39 349 8513251


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] rewrite rule on apache2 .htaccess file (SOLVED)

Posted by Vincenzo D'Amore <v....@gmail.com>.
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 <th...@googlemail.com>

> 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 Vincenzo!
> >
> > My rewrite rule now lookes like this:
> >
> > RewriteEngine on
> >
> > RewriteRule ^/(css|js|fonts)(/.*)?$ /static$2 [L]
> > RewriteRule ^/(.*)$ /index.php/$1 [L]
> >
> > and now nothing works :(
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>


-- 
Vincenzo D'Amore
email: v.damore@gmail.com
skype: free.dev
mobile: +39 349 8513251