Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
1k views

Enable / disable session state per controller / action method

We are building an ASP.NET MVC application which will be deployed behind a hardware load balancer that supports, among other things, caching. Our proposal is to manually define which URL patterns ...
2
votes
1answer
2k views

Mod Rewrite rule to Zeus Server rule (Codeigniter)

I'm about to go live with a Codeigniter powered site. I want to remove index.php from the url so that instead of this: http://www.mysite.com/index.php/controller I get something like this: ...
1
vote
0answers
47 views

Convert mod_rewrite rules to Zeus web server

I need to run this apache .htaccess on Zues server but I am not sure how to make it zues compatible. Could someone help, thank you RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f ...
1
vote
1answer
553 views

Apache mod rewrite rules to Zeus rewrite rules

This morning I wanted to move my development website online (in a protected folder), but I figured out that our host (on a shared server) does not use apache mod_rewrite but Zeus rules. I've never ...
0
votes
0answers
48 views

How do I “Leverage Browser Caching” on a Zeus server?

I have been working on optimising my page load times using the Google Page Speed Tool. One of the suggestions is to leverage browser caching for site files,images,scripts etc. This is easily done on ...
0
votes
0answers
78 views

Apache .htaccess to Zeus conversion

I just finished a client's website and moved it to his hosting provider, but it seems that it uses Zeus webserver and the .htaccess doesn't work. I've searched google, but the examples I've found ...
0
votes
0answers
90 views

Translate apache mod_rewrite to Zeus rewrite.script

I have recently move my modest website to another hosting provider and run into problems when trying to achieve clean URLs by mod_rewrite. It seams I can't COMBINE these rules. When used separately ...
0
votes
1answer
58 views

mod_rewrite to zeus rewrite

Can the server I am working on for a client only runs zeus rewrite rules and the CMS I am using requires the following code Options +FollowSymLinks -Indexes RewriteEngine on RewriteCond ...
0
votes
0answers
71 views

Rewrite rules for Zues Webserver

I need to get this .htaccess rewrite rule: RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.html -f RewriteRule ^(.*)$ $1.html Running on a Zeus web server (which uses it's own ...
0
votes
0answers
65 views

Changing FASTCGI timeout setting on a zeus server

Hello I am running a php script which creates a pdf. The pdf is housing events that are generated from and IDS. The problem occurs when i have thousands of events. Instead of generating the pdf(I ...
0
votes
3answers
329 views

Zeus Rewrite Rules

I have a website that renders the URL: /work.php?cat=identity Normally I would research how to use mod_rewrite but unfortunately my hosting (Namesco) uses Zeus and not Apache, which is strange. How ...
0
votes
0answers
204 views

Zend Framework .htaccess problem on Zeus Server

I try tu run my ZendFramework website on names.co.uk I can't convert my rewrite rules to zeus script. Below .htaccess to ZendFramework application: RewriteEngine on RewriteRule ...
0
votes
1answer
71 views

Redirecting Entire Site with Zeus

I am trying to redirect an entire site that is on a Zeus server. I have only managed to successfully redirect the homepage. Other pages are coming up with "Page not found". Here's the code I used: ...
0
votes
1answer
416 views

301 redirects on Zeus web server

Unfortunately one of my clients uses Zeus web server at the hosting company he uses. I have never used it before. I need to set up simple 301 redirects but Zeus does not use .htaccess, it uses its ...
0
votes
1answer
700 views

Remove /index.php/ from Zeus rewrite.script WordPress permalinks

I have set up a WordPress site for a client of mine on my own server. When I was ready to transfer it over to his server I noticed that his host uses Zeus instead of Apache. I have never used Zeus ...
0
votes
2answers
215 views

Url rewriting for Zeus - regex help

I've been landed with the unenviable task of putting a site live today only to find out its not running on Apache but instead is using Zeus. Now this breaks my mod_rewrite script rather messily. Its ...
0
votes
1answer
192 views

How to do url rewriting for zeus server?

My site is in zeus server. Now i need to redirect my site to secure site using https. I found that url rewriting code different for zeus server. How do i use url rewriting code? Any help will be ...
0
votes
1answer
550 views

Wordpress and Joomla Permalinks plus domain redirect to specific subdirectory on Zeus

Here's what I'm trying to do: joomla in 1 subdirectory, wordpress in another. mysite.com directs to the joomla directory mysite.com/blog gives wordpress. I would also like to use seo friendly ...