Hello!
We activated the SEO URL feature (xtcommerce) and had to do some changes on the .htacces (root)
Options -MultiViews
RewriteEngine on
RewriteRule ^(.*)$ /shop/index.php?q=$1 [L,QSA]
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
After doing so i cant connect to the livezilla, button is gone.
Does anyone have a solution on this?
Kind regards
seekb1
problem after mod rewrite in .htaccess
Started by seekb1, Feb 04 2012 02:35 PM
2 replies to this topic
#1
Posted 04 February 2012 - 02:35 PM
#2
Posted 06 February 2012 - 07:31 AM
Quote
Does anyone have a solution on this?
Please understand that LiveZilla is a chat application and not a "website" so these options cannot be used for that certain folder.
#3
Posted 06 February 2012 - 08:45 AM
Thanks Patrick,
Problem solved:
----------------
Options -MultiViews
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/(livezilla)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /shop/index.php?q=$1 [L,QSA]
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
------------------
SEO URLs working fine and livezilla gets connected.
Problem solved:
----------------
Options -MultiViews
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/(livezilla)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /shop/index.php?q=$1 [L,QSA]
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
------------------
SEO URLs working fine and livezilla gets connected.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












