RussellHarrower
RussellHarrower

Reputation: 6810

Convert mod_rewrite rules to Zeus web server

I need to run this Apache .htaccess file on Zeus server, but I am not sure how to make it Zeus compatible.

RewriteEngine On

RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f 
#//not to effect images or style sheets
RewriteCond %{REQUEST_FILENAME} !-d 
#//not to effect directory's
RewriteRule ^(.*)$ index.php?page=$1 [L,QSA]  

Upvotes: 1

Views: 335

Answers (0)

Related Questions