Page 1 of 1

pretty url on Zeus server

Posted: Wed Oct 24, 2007 6:33 am
by cloudy
Hi,

I have to change the url and used .htaccess file to change it. It worked fine on an apache server but I have to set the cms on a Zeus server where the .htaccess file need to written according to Zeus script.

Has any one worked before on Zeus server. I need help urgently. My htaccess file is as follows-

Options +FollowSymLinks
RewriteEngine on
RewriteBase /

# 301 Redirect all requests that don't contain a dot or

trailing slash to
# include a trailing slash
# RewriteCond %{REQUEST_URI} !/$
# RewriteCond %{REQUEST_URI} !\.
# RewriteRule ^(.*) %{REQUEST_URI}/ [R=301,L]

# Rewrites urls in the form of /parent/child/
# but only rewrites if the requested URL is not a file or

directory
RewriteCond %{REQUEST_FILENAME} !-f [NC]
RewriteCond %{REQUEST_FILENAME} !-d [NC]
RewriteRule ^(.+).html$ index.php?page=$1 [QSA]



Thanks in advance

Re: pretty url on Zeus server

Posted: Wed Oct 24, 2007 11:44 pm
by Pierre M.
Hello,

I don't know Zeus, it isn't listed in the requirements. Zeus' chooser can ask Zeus' support forum.
May be you can try first to simplify things by throwing away useless trailing slash postfixing and using the provided official .htaccess sample ?

Pierre M.

Re: pretty url on Zeus server

Posted: Tue Jul 08, 2008 5:28 am
by cyberman
Thanx for your work!

Re: pretty url on Zeus server

Posted: Thu Apr 16, 2009 7:19 am
by psy
and thanks from me too!  :)
psy