Forum Moderators: phranque
i have the following rule on my .htaccess file:
RewriteEngine On
RewriteCond %{REQUEST_URI}!^/(dir1¦dir2¦dir3)/
RewriteCond %{REQUEST_URI}!\.(gif¦jp?eg¦png)$
RewriteRule ^([a-zA-Z0-9][^/]+) /main.php?user=$1 [L]
it works perfect if the request url is [mydomain...] but if the url is [mydomain...] the page, which is a frame, keep reloading inside itself.
acctualy i also need a rule to redirect for example:
[mydomain...]
to
[mydomain...]
tks,
nevsk