When i click at any link at the website, althought the url changes, the visible website is the same. This happend also at the administration area, even if i click at a link, i always see the first page i see when i login
Quote from: michalis1984 on September 23, 2012, 22:03:39When i click at any link at the website, althought the url changes, the visible website is the same. This happend also at the administration area, even if i click at a link, i always see the first page i see when i loginAs I describe.
babis1 inner.php pages does not work for you. Something with the htaccess file maybe. If you have renamed the admin folder you must update the htaccess file.To make sure inner.php requests work visit an admin page via inner.php.For example instead of visiting: http://www.example.com/estia/user/try:http://www.example.com/estia/inner.php/user/
ERROR 404 (Page not found). Reference code: E404-CCPA-0008
# If you have renamed the administration folder change "estia" to the name you have set.RewriteRule ^estia/inner.php(.*) estia/inner.php [L]RewriteRule ^estia/(.*) estia/index.php [L]
# If you have renamed the administration folder change "estia" to the name you have set.#RewriteRule ^estia/inner.php(.*) estia/inner.php [L]RewriteRule ^estia/(.*) estia/index.php [L]
[quote author=Luca link=topic=7032.msg46527#msg46527 date=1348435183]Maybe there is something related to the way the following lines are redirecting:[code]# If you have renamed the administration folder change "estia" to the name you have set.RewriteRule ^estia/inner.php(.*) estia/inner.php [L]RewriteRule ^estia/(.*) estia/index.php [L]
Dear friends!Elxis 4.0 has been released as beta so we will have several bugs for fixing. So every bug will be fixed till the stable release. At this time i can only tell you: 1. "Read carefully the comment lines at htaccess.txt file (which it must be renamed as .htaccess in cases like: 1. enable friendly URLs and 2. Sub domains)". 2. Set properly the home page url using Elxis URI. Default: content:/
RewriteBase /cms/elxis/
[2012-09-24 02:22:08] ERROR in file D:\Server\www\projects\cms\elxis\modules\mod_content\mod_content.php line 24Call-time pass-by-reference has been removed