Need help rewriting htaccess into zeus rewite.script

Status
Not open for further replies.

Fintan

New Member
im under pressure to get a new site live and need help rewriting a htaccess file into the zeus format, im happy to pay for services rendered.

I need to convert the following:

RewriteEngine On

Options +Followsymlinks
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l

RewriteRule ^(.*)$ index.php?url=$1 [L,QSA]
 

sexi-boi

New Member
Did you manage to fix this problem, I need to rewrite a similar .htaccess file for Zeus web hosting, please can you help me?

RewriteEngine On


RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ profile.php?username=$1
 
Status
Not open for further replies.
Top