pretty url on Zeus server

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
cloudy
Forum Members
Forum Members
Posts: 12
Joined: Tue Sep 18, 2007 10:19 am

pretty url on Zeus server

Post 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
Pierre M.

Re: pretty url on Zeus server

Post 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.
cyberman

Re: pretty url on Zeus server

Post by cyberman »

Thanx for your work!
psy
Power Poster
Power Poster
Posts: 463
Joined: Sat Jan 22, 2005 11:19 am

Re: pretty url on Zeus server

Post by psy »

and thanks from me too!  :)
psy
Post Reply

Return to “CMSMS Core”