Blog posts in 'Zeus Webserver'


Zeus redirect all requests from .HTML to .PHP

Here’s a little snippet of code to redirect all requets from *.html to *.php, which I’m sure will come in handy for someone as it did for me earlier today.

Redirect a whole domain with Zeus Webserver

Here’s a little snippet of code to redirect a whole domain to another and append the original requested page. You can modify to suit your needs and remove the $1 on line 5 to simply redirect all pages on the … Continue reading

Search Engine Friendly URLs with CubeCart and Zeus

Update Apr 2009: Thanks to Alistair Brookbanks at CubeCart for looking and updating the rewrite.script – updated script below. They are looking to make next major release of CC more Zeus compatible . I think the pain and misery of … Continue reading

Debugging your Zeus redirects

Here’s a little example of code which can help you work out what’s going wrong with your Zeus webserver redirects. With the ‘SET BODY’ command you can place a message in the body content of the page and can output … Continue reading

Getting WordPress MU working on a Zeus Web Server

Anyone on a Zeus web server will know that anything ‘Htaccess related’ is going to cause you a headache. After scouring the WordPress MU (or Multi-user) forums, I found lots of answered threads on exactly that. With some blood, sweat … Continue reading

Zeus Webserver WordPress Permalinks Rewrite

I have since been looking at the rewrite for WordPress and also to use in my own custom built sites for search engine friendly URL’s. Again I found very little on the web, but currently have a working model. The … Continue reading

Zeus Webserver 301 Permanent Redirect non-www to www site

I have just been on a long and winding journey of web pages with Zeus codes that just didn’t work for me. At least for now I am at the end and have a working rewrite.script that redirects all non-www … Continue reading