![]() |
|
cannot use any theme after installation - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: cannot use any theme after installation (/thread-3954.html) |
cannot use any theme after installation - oldwrinkly - 2008-10-24 uploaded and installed ok, uploaded some albums and photos for testing ok, but no matter which theme I enable, I only see a zenphoto yellowy image on a beige background, which does nothing and goes nowhere. regards oldwrinkly cannot use any theme after installation - oldwrinkly - 2008-10-24 as an addon to above I have included a copy of the zeus versus apache article from namesco Zeus Rewrite Rules User guide Zeus Rewrite Rules User guide Request rewriting functionality can be used to change a requested This guide is written to highlight the basic differences between Introduction For example, the following script illustrates how to change RewriteEngine on Zeus match URL into $ with ^/sales/(.*).html In the following example all requests for non-existant .html files RewriteCond %{REQUEST_FILENAME} !-f Zeus match URL into $ with ^/[^/]*.html$ Common rewrite rules rewritten for Zeus The following example illustrates the conversion of standard The scripts below both check and redirct any requests for non RewriteEngine On Zeus Zeus webserver version of basic Wordpress mod_rewrite rulesmap path into SCRATCH:path from %{URL} FIX FOR LOGIN/FORGOTTEN PASSWORD/ADMIN ETCmatch URL into $ with ^/wp-.*$ The Zeus script below permanent 301 redircts any requests for "non-www" URL's to the "www" equivalent for the "domain.co.uk" domain. match IN:Host into $ with ^(.)domain.co.uk$ Joomla - Rewriting SEO URLs in ZWS If you have real paths that match /content/ or /component/ then you match URL into $ with (/content/|/component/) If you don't have real paths like /content/ or /component/ then you match URL into $ with (/content/|/component/) You need to ensure that in the ZWS rewrite request section, the Reference material For more advanced use: Top | Back |