How to do a mod rewrite?

Get help with the installation and running of the Zeus IDE. Please do not post bug reports or feature requests here. When in doubt post your question here.
Post Reply
zebu
Posts: 1
Joined: Wed Aug 15, 2007 2:34 am

How to do a mod rewrite?

Post by zebu »

Considering I am a newbie in this matter, I am looking for simple explanation of what file to create, where to upload it and what to include for a simple permanent redirect from my non-www to my main www website.

Will really appreciate if someone who knows how to use Zeus can guide me.

I have made many searches and been through many other forums too. Even went on zeus.com and through their help section. Still have no idea where to start from. Zeus support is really not up to standard.

The only thing my hosting company can tell me is the following (no other help is available apparently)
................................................

While we do support .htaccess files, much of the mod_rewrite functionality is not available.

However, you can use Zeus rewrite rules which work in a very similar way. For example, a mod_rewrite rule of:

RewriteCond %{REQUEST_FILENAME}!-f
RewriteRule ^[^/]*\.html$ index.php

Would convert to:

match URL into $ with ^[^\/]*\.html$
if matched then
set URL = index.php
endif

This should be placed in a file named rewrite.script in your web directory.

...............................................

Questions based on such reply:
- Shall I create a .htaccess or rewrite.script?

Too many ^,\,/,] for a newbie to know what to replace! Let's say I want anything non-www such as:

- destination-malta.com
- destination-malta.com/index.html

What do you people think the code should look like?

Sorry for taking your time, but maybe I can find someone who can help me here.
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

Zeus support is really not up to standard.

I do hope you realise this is the Zeus for Windows forum and not the Zeus web server forum :!:

Cheers Jussi
amix
Posts: 49
Joined: Wed Aug 22, 2007 1:26 pm

Post by amix »

lol.
Post Reply