Re: mod_rewrite, css a obrazky

From: hynek.lipa <hynek.lipa (zavinac)>
Date: 25. 01. 2006, 08:07 CET
Peter Krajčo napsal(a):
> no mam teraz v .htaccess :
> RewriteEngine On
> RewriteCond %{REQUEST_URI} ^images/(.*)$
> RewriteRule ^/images/(.*)$  $1 [L]
> 
> RewriteRule ^([^/]+)/?([0-9]+)?/?([^/]+)?/?$ index.php?cat=$1&id=$2 [QSA]
> a nezobrazuje mi tie obrazky :-( a neviem ci to mam aj stravne...
--------------------------------

a co takhle:

RewriteEngine On

RewriteCond %{REQUEST_URI} ^/images/
RewriteRule ^/(.+)$  %{DOCUMENT_ROOT}/$1 [L]

RewriteRule ^([^/]+)/?([0-9]+)?/?([^/]+)?/?$ index.php?cat=$1&id=$2 [QSA]



-h!-
Received on Wed, 25 Jan 2006 08:07:56 +0100

This archive was generated by hypermail 2.1.8 : 25. 01. 2006, 08:08 CET