Jump to content

need help with .htaccess


aruns

Recommended Posts

d.shanker.. rewrites take requests and redirects either silently or fully (depending on structure). these will ofcourse affect your link solution..

 

try this arums

 

<ifModule mod_rewrite.c>

RewriteEngine on

RewriteCond %{REQUEST_URI} !^(?=.*?\.css).*$

RewriteRule ^source/electronics/?$ /?target=source&id=1 [L,QSA]

</ifModule>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.