Page 1 of 1

Pretty URLs using Abyss Web Server X2 v2.8

Posted: Tue May 14, 2013 8:15 pm
by DavidMartin
Here is the configuration to get Pretty URLs working with Abyss Web Server X2 v2.8 and CMSMS 1.11.6

In the CONFIG.PHP put the following:

Code: Select all

$config['url_rewriting'] = 'mod_rewrite';
$config['page_extension'] = '.html';
Then under the Host -> Edit -> URL Rewriting area in Abyss setup a rule:

Code: Select all

Enabled Rule: Checked
Type: Global
Virtual Path Regular Expression: ^/(.*)$
Case Sensitive: Unchecked
Conditions:
REQUEST_FILENAME - Is not a file
REQUEST_FILENAME - Is not a directory
Apply to subrequests too: Checked
If this rule matches: Perform an internal redirection
Redirecto to: /index.php?page=$
Append Query String: Checked
Escape Redirection Location: Checked
Next Action: Stop matching

Re: Pretty URLs using Abyss Web Server X2 v2.8

Posted: Wed May 15, 2013 5:09 pm
by Dr.CSS
They won't let you just use an .htaccess file..?