Intet
07-07-2006, 10:12 AM
Hi,
I have just downloaded and installed the 2.0 version of phpL. Im using IIS and what I heard cant use the .htaccess file to do my rewrite rules because of IIS. I have used mod_rewrite before and have bought a license for IISRewrite (www.qwerksoft.com (http://www.qwerksoft.com)). Now I would like to know how to translate the rules in the PHPLs .htaccess file into IISReWrite. I have tried to copy the rules from the .htaccess to the dll-file on mye IISReWrite but it doesent seem to work. Are there different syntaxes ? The code I tried to copy was:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php [QSA,L]
Has any1 got a working syntax for iisrewrite with the PHP LinkDirectory or can any1 else help out ?
Thanks
I have just downloaded and installed the 2.0 version of phpL. Im using IIS and what I heard cant use the .htaccess file to do my rewrite rules because of IIS. I have used mod_rewrite before and have bought a license for IISRewrite (www.qwerksoft.com (http://www.qwerksoft.com)). Now I would like to know how to translate the rules in the PHPLs .htaccess file into IISReWrite. I have tried to copy the rules from the .htaccess to the dll-file on mye IISReWrite but it doesent seem to work. Are there different syntaxes ? The code I tried to copy was:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php [QSA,L]
Has any1 got a working syntax for iisrewrite with the PHP LinkDirectory or can any1 else help out ?
Thanks