Jump to content


problem after mod rewrite in .htaccess


2 replies to this topic

#1 seekb1

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 04 February 2012 - 02:35 PM

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

#2 Patrick Keil

    Administrator

  • Administrators
  • 602 posts
  • LocationSingen, Germany

Posted 06 February 2012 - 07:31 AM

Quote

Does anyone have a solution on this?
Please deactivate all caching and rewriting options for the LiveZilla folder.

Please understand that LiveZilla is a chat application and not a "website" so these options cannot be used for that certain folder.

#3 seekb1

    Newbie

  • Members
  • Pip
  • 2 posts

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.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users