I'm really getting to love this Etomite CMS.
Thanks for the help.
Gary
Posted 22 October 2004 - 04:50 PM
Posted 31 October 2004 - 09:31 PM
Posted 01 November 2004 - 07:20 AM
Alex, on Oct 15 2004, 09:04 PM, said:
Posted 01 November 2004 - 07:27 PM
nikolajb, on Nov 1 2004, 09:20 AM, said:
Posted 01 November 2004 - 10:03 PM
pcwacht, on Nov 1 2004, 08:27 PM, said:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
Quote
Posted 01 November 2004 - 10:16 PM
Posted 02 November 2004 - 03:03 AM
RewriteBase /
Posted 02 November 2004 - 11:59 AM
Posted 03 November 2004 - 10:33 PM
deanstev, on Nov 1 2004, 04:03 PM, said:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
php_flag zlib.output_compression On php_value zlib.output_compression_level 5
Posted 04 November 2004 - 10:27 AM
php_flag zlib.output_compression On php_value zlib.output_compression_level 5
Posted 13 November 2004 - 02:25 PM
Quote
# To use friendly URLs for Etomite you need to uncomment the three Rewrite directives
# Make sure RewriteBase points to the directory where you installed Etomite
# e.g. / if your installation is in root
# or /Etomite if your installation is in the Etomite subdirectory
#
#
# You must be running on Apache with mod_rewrite to be able to use this functionality.
#
php_flag zlib.output_compression On
php_value zlib.output_compression_level 5
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
# To use friendly URLs for Etomite you need to uncomment the three Rewrite directives
# Make sure RewriteBase points to the directory where you installed Etomite
# e.g. / if your installation is in root
# or /Etomite if your installation is in the Etomite subdirectory
#
# You will also need to rename this file from ht.access to .htaccess
#
# You must be running on Apache with mod_rewrite to be able to use this functionality.
#
# Rewrite directive 1
#RewriteEngine On
# If your installation is in root - RewriteBase /
# If your installation is in the Etomite subdirectory - RewriteBase /Etomite
#RewriteBase /
# Rewrite directive 2
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
# Rewrite directive 3
#RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
# To use friendly URLs for Etomite you will need to rename this file from ht.access to .htaccess
# Make sure RewriteBase points to the directory where you installed Etomite
# e.g. / if your installation is in root
# or /Etomite if your installation is in the Etomite subdirectory
#
# You must be running on Apache with mod_rewrite to be able to use this functionality.
#
RewriteEngine On
# If your installation is in root - RewriteBase /
# If your installation is in the Etomite subdirectory - RewriteBase /Etomite
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
Posted 15 November 2004 - 08:46 AM
Posted 15 November 2004 - 10:16 AM
Posted 15 November 2004 - 10:23 AM
Posted 15 November 2004 - 12:56 PM
Quote
Quote
Posted 15 November 2004 - 05:07 PM
Posted 15 November 2004 - 07:32 PM
Alex, on Nov 15 2004, 11:23 PM, said:
Posted 15 November 2004 - 08:03 PM
Options FollowSymLinks IncludesNoExec ExecCGI
Posted 15 November 2004 - 10:12 PM
deanstev, on Nov 15 2004, 10:04 PM, said:
Options FollowSymLinks IncludesNoExec ExecCGI
Posted 16 November 2004 - 01:09 AM
pcwacht, on Nov 16 2004, 11:12 AM, said:
0 members, 1 guests, 0 anonymous users