Pretty URL's & Zeus rewrite.script
Permalink
Hi,
I have a problem with enabling clean/pretty URLS on my Concrete5 site due to names.co.uk hosting using Zeus not Apache web server.
When the Pretty URLS option is selected in the Dashboard of my Concrete5 site it rewrites the .htacccess file. From what I have read the Zeus web server does not support .htaccess but does use it’s own scripting in a rewrite.script file.
I have the following questions:
What is a rewrite.script?
What code do I need ?
How do I create one on a Mac?
Once I have written the file where does it go?
Do I need to modify any other Concrete5 files?
Now please note that I'm a complete novice and this is the first website I have ever built.
Anyone have any experience of this?
Any advice would be gratefully received!
Many thanks!!!
I have a problem with enabling clean/pretty URLS on my Concrete5 site due to names.co.uk hosting using Zeus not Apache web server.
When the Pretty URLS option is selected in the Dashboard of my Concrete5 site it rewrites the .htacccess file. From what I have read the Zeus web server does not support .htaccess but does use it’s own scripting in a rewrite.script file.
I have the following questions:
What is a rewrite.script?
What code do I need ?
How do I create one on a Mac?
Once I have written the file where does it go?
Do I need to modify any other Concrete5 files?
Now please note that I'm a complete novice and this is the first website I have ever built.
Anyone have any experience of this?
Any advice would be gratefully received!
Many thanks!!!
1) A rewrite script is a .htaccess script, but for Zeus instead of Apache. It creates some rules for the server to follow and that's pretty much the whole explanation.
2+3+4) Open up some random text editor. The .htaccess should look like something similar:
Save the file with the name rewrite.script and upload it where your website is.
It _should_ work, although I wouldn't bet on it. Please do share your result.