Elxis CMS Forum

Support => General => Topic started by: RogerK on October 23, 2009, 18:28:35

Title: Redirection to homepage problem
Post by: RogerK on October 23, 2009, 18:28:35
When i try to save or apply or cancel at this
http://www.*******.gr/db/administrator/index2.php?option=com_content&sectionid=0&task=edit&hidemainmenu=1&id=21
or any other artical DEMO or not
or at this
http://www.******.gr/db/administrator/index2.php?option=com_config&hidemainmenu=1

ELXIS redirect to my http://www.******.gr/index.html

My .htaccess is
Quote
##
Options -Indexes +FollowSymLinks
RewriteEngine On
RewriteBase /db/
RewriteCond %{QUERY_STRING} !mylang=[arabic|armenian|bosnian|creole|croatian|danish|dutch|english|french|german|greek|hebrew|indonesian|italian|japanese|latvian|lithuanian|persian|polish|romanian|russian|serbian|spanish|srpski|turkish|vietnamese]{2,}

RewriteRule ^([ar]{2})/(.*)$ /index.php?mylang=arabic [QSA,L]
RewriteRule ^([hy]{2})/(.*)$ /index.php?mylang=armenian [QSA,L]
RewriteRule ^([bs]{2})/(.*)$ /index.php?mylang=bosnian [QSA,L]
RewriteRule ^([ht]{2})/(.*)$ /index.php?mylang=creole [QSA,L]
RewriteRule ^(
{2})/(.*)$ /index.php?mylang=croatian [QSA,L]
RewriteRule ^([da]{2})/(.*)$ /index.php?mylang=danish [QSA,L]
RewriteRule ^([nl]{2})/(.*)$ /index.php?mylang=dutch [QSA,L]
RewriteRule ^([en]{2})/(.*)$ /index.php?mylang=english [QSA,L]
RewriteRule ^([fr]{2})/(.*)$ /index.php?mylang=french [QSA,L]
RewriteRule ^([de]{2})/(.*)$ /index.php?mylang=german [QSA,L]
RewriteRule ^([el]{2})/(.*)$ /index.php?mylang=greek [QSA,L]
RewriteRule ^([he]{2})/(.*)$ /index.php?mylang=hebrew [QSA,L]
RewriteRule ^([id]{2})/(.*)$ /index.php?mylang=indonesian [QSA,L]
RewriteRule ^([it]{2})/(.*)$ /index.php?mylang=italian [QSA,L]
RewriteRule ^([ja]{2})/(.*)$ /index.php?mylang=japanese [QSA,L]
RewriteRule ^([lv]{2})/(.*)$ /index.php?mylang=latvian [QSA,L]
RewriteRule ^([lt]{2})/(.*)$ /index.php?mylang=lithuanian [QSA,L]
RewriteRule ^([fa]{2})/(.*)$ /index.php?mylang=persian [QSA,L]
RewriteRule ^([pl]{2})/(.*)$ /index.php?mylang=polish [QSA,L]
RewriteRule ^([ro]{2})/(.*)$ /index.php?mylang=romanian [QSA,L]
RewriteRule ^([ru]{2})/(.*)$ /index.php?mylang=russian [QSA,L]
RewriteRule ^(sr)/(.*)$ /index.php?mylang=serbian [QSA,L]
RewriteRule ^([es]{2})/(.*)$ /index.php?mylang=spanish [QSA,L]
RewriteRule ^(rs)/(.*)$ /index.php?mylang=srpski [QSA,L]
RewriteRule ^(
{2})/(.*)$ /index.php?mylang=turkish [QSA,L]
RewriteRule ^([vi]{2})/(.*)$ /index.php?mylang=vietnamese [QSA,L]
RewriteRule ^(administrator/|bridges/|cache/|components/|editor/|help/|images/|includes/|language/|mambots/|media/|modules/|templates/|tmpr/) - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
RewriteRule ^(.*)$ index.php [F,L]
AddHandler application/x-httpd-php5 .php
Title: Re: Redirection to homepage problem
Post by: ks-net on October 23, 2009, 19:11:49
have you enabled seo?

defender?

also try comment out

Options -Indexes +FollowSymLinks

Title: Re: Redirection to homepage problem
Post by: RogerK on October 23, 2009, 23:31:48
Elxis Defender Configuration ----> Enabled:yes

Search Engine Friendly URLs:SEOPro
##Options -Indexes +FollowSymLinks

System Information

Code: [Select]
Linux brazil.micfo.com 2.6.26.2-MICFO #1 SMP Fri Aug 15 14:57:38 CDT 2008 i686
Database Version: mysql 4.1.22-standard (Version: 4.1.22)
PHP Version: 5.2.6
Web Server: Microsoft-IIS/6.0
Web Server to PHP interface: cgi
Version Elxis 2009.1 DEV rev2563 [ Hecate ] 10-Oct-2009 11:33 GMT+2
User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.36 Safari/525.19
Relevant PHP Settings:
Safe Mode: OFF
Open basedir: none
Display Errors: ON
Short Open Tags: ON
File Uploads: ON
Magic Quotes: ON
Register Globals: OFF
Output Buffering: OFF
Session save path: none
Session auto start: 0
XML enabled: Yes
Zlib enabled: Yes
Disabled Functions: none
WYSIWYG Editor: TinyMCE WYSIWYG Editor
Configuration File: <?php
$mosConfig_offline 
= &#39;0&#39;; 
$mosConfig_host = &#39;localhost&#39;; 
$mosConfig_user = &#39;xxxxxx&#39;;
$mosConfig_password = &#39;xxxxxx&#39;;
$mosConfig_db = &#39;xxxxxx&#39;;
$mosConfig_db = &#39;xxxxxx&#39;;
$mosConfig_db = &#39;xxxxxx&#39;;
$mosConfig_lang = &#39;greek&#39;; 
$mosConfig_pub_langs = &#39;english,greek&#39;; 
$mosConfig_alang = &#39;english&#39;; 
$mosConfig_absolute_path = &#39;/home/*****/public_html/********/db&#39;; 
$mosConfig_live_site = &#39;http://www.********.gr/db&#39;; 
$mosConfig_sitename = &#39;********&#39;; 
$mosConfig_shownoauth = &#39;0&#39;; 
$mosConfig_user = &#39;xxxxxx&#39;;
$mosConfig_uniquemail = &#39;1&#39;; 
$mosConfig_offline_message = &#39;Αυτός ο ιστότοπος είναι προσωρινά εκτός για λόγους συντήρησης.
Παρακαλούμε δοκιμάστε ξανά σε λίγο.&#39;; 
$mosConfig_error_message = &#39;Αυτός ο ιστότοπος είναι προσωρινά μη διαθέσιμος.
Παρακαλούμε ειδοποιήστε το διαχειριστή του συστήματος&#39;; 
$mosConfig_debug = &#39;1&#39;; 
$mosConfig_lifetime = &#39;900&#39;; 
$mosConfig_MetaDesc = &#39;**********8 - Powered by Elxis CMS (www.elxis.org)&#39;; 
$mosConfig_MetaKeys = &#39;open source, multilingual, free cms, table-less, xhtml valid, css, content managment, rtl compatible, elxis.org, adodb, elxis&#39;; 
$mosConfig_locale = &#39;&#39;; 
$mosConfig_offset = &#39;0&#39;; 
$mosConfig_hideAuthor = &#39;0&#39;; 
$mosConfig_hideCreateDate = &#39;0&#39;; 
$mosConfig_hideModifyDate = &#39;0&#39;; 
$mosConfig_hideRtf = &#39;0&#39;; 
$mosConfig_hidePdf = &#39;0&#39;; 
$mosConfig_hidePrint = &#39;0&#39;; 
$mosConfig_hideEmail = &#39;0&#39;; 
$mosConfig_enable_log_items = &#39;0&#39;; 
$mosConfig_enable_log_searches = &#39;0&#39;; 
$mosConfig_enable_stats = &#39;0&#39;; 
$mosConfig_sef = &#39;2&#39;; 
$mosConfig_vote = &#39;0&#39;; 
$mosConfig_gzip = &#39;0&#39;; 
$mosConfig_multipage_toc = &#39;1&#39;; 
$mosConfig_allowUserRegistration = &#39;1&#39;; 
$mosConfig_link_titles = &#39;0&#39;; 
$mosConfig_error_reporting = -1
$mosConfig_list_limit = &#39;20&#39;; 
$mosConfig_caching = &#39;0&#39;; 
$mosConfig_static_cache = &#39;1&#39;; 
$mosConfig_cachepath = &#39;/home/****/public_html/***********8/db/cache&#39;; 
$mosConfig_cachetime = &#39;1800&#39;; 
$mosConfig_mailer = &#39;mail&#39;; 
$mosConfig_mailfrom = &#39;info.******@yahoo.gr&#39;; 
$mosConfig_fromname = &#39;*********&#39;; 
$mosConfig_sendmail = &#39;/usr/sbin/sendmail&#39;; 
$mosConfig_smtpauth = &#39;0&#39;; 
$mosConfig_smtpuser = &#39;&#39;; 
$mosConfig_smtppass = &#39;&#39;; 
$mosConfig_smtphost = &#39;localhost&#39;; 
$mosConfig_back_button = &#39;0&#39;; 
$mosConfig_item_navigation = &#39;1&#39;; 
$mosConfig_secret = &#39;*******8&#39;; 
$mosConfig_readmore = &#39;1&#39;; 
$mosConfig_hits = &#39;1&#39;; 
$mosConfig_comments = &#39;1&#39;; 
$mosConfig_icons = &#39;1&#39;; 
$mosConfig_favicon = &#39;favicon.ico&#39;; 
$mosConfig_fileperms = &#39;&#39;; 
$mosConfig_dirperms = &#39;&#39;; 
$mosConfig_helpurl = &#39;&#39;; 
$mosConfig_ftp = &#39;0&#39;; 
$mosConfig_ftp_host = &#39;localhost&#39;; 
$mosConfig_ftp_user = &#39;xxxxxx&#39;;
$mosConfig_ftp_pass = &#39;xxxxxx&#39;;
$mosConfig_ftp_port = &#39;21&#39;; 
$mosConfig_ftp_root = &#39;&#39;; 
$mosConfig_access = &#39;1&#39;; 
$mosConfig_captcha = &#39;1&#39;; 
?>

I think that i must contact with my server administrator. Rerhaps is a server problem.