crodream
02-25-2005, 10:31 AM
i got this in my .htaccess:
RewriteRule ^([A-Za-z]+)$ link.php?something=$1
and my link look like this:
www.domain.com/something
but when i try wtih little complex url like this:
www.domain.com/index.php?country=uk&product=345&something=2
i put RewriteRule like this:
RewriteRule ^([A-Za-z]+)/([A-Za-z]+)/([A-Za-z]+)/$ www.domain.com/index.php?country=$1&product=$2&something=$3
and i get right content from database but i dont get images i css file right, i dont see images, what i must do to see images and css right?
RewriteRule ^([A-Za-z]+)$ link.php?something=$1
and my link look like this:
www.domain.com/something
but when i try wtih little complex url like this:
www.domain.com/index.php?country=uk&product=345&something=2
i put RewriteRule like this:
RewriteRule ^([A-Za-z]+)/([A-Za-z]+)/([A-Za-z]+)/$ www.domain.com/index.php?country=$1&product=$2&something=$3
and i get right content from database but i dont get images i css file right, i dont see images, what i must do to see images and css right?