User Tools

Site Tools


installation:register365

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

installation:register365 [2011/05/13 20:45]
ccagle8
installation:register365 [2013/04/19 15:04]
Line 1: Line 1:
-====== Register365 & Namesco.co.uk (Zeus Webserver) ====== 
- 
-Register365 and Namesco.co.uk use Zeus Webserver instead of Apache which means Fancy URLs cannot be used with GS.  
- 
-To enable Fancy URLs copy the following to a file called '​rewrite.script'​ on the DOCROOT of your server and enable Fancy URLs in the Settings Tab 
- 
-Note: At the moment it does not work if you have installed GS in subdirectory 
- 
-<​code>​ 
-#Zeus webserver version of basic GetSimple CMS rewrite rules 
-map path into SCRATCH:​path from %{URL} 
-look for file at %{SCRATCH:​path} 
-if exists then goto END 
-look for dir at %{SCRATCH:​path} 
-if exists then goto END 
- 
-#Ignore for Admin 
-#Change below if you Admin in a different Directory 
-match URL into $ with ^/admin.*$ 
-if matched then goto END 
- 
-match URL into $ with /?​([A-Za-z0-9-]+)/?​$ 
-set URL = /​index.php?​id=$1 
-</​code>​ 
- 
  
installation/register365.txt ยท Last modified: 2013/04/19 15:04 (external edit)