Elxis CMS Forum

Support => Installation => Topic started by: lconsoli on July 29, 2013, 00:17:48

Title: after installation
Post by: lconsoli on July 29, 2013, 00:17:48
hello,

I just installed elxis.. the hompage is working but all the links are broken..
.. is there anyone that can help me using directly my ftp autentications id and pass.
the link is http://lnx.brambri.com/
Title: Re: after installation
Post by: datahell on July 29, 2013, 09:44:01
It is a due to server misconfiguration. You might solve it with the htaccess.

1. Enable SEO PRO in Elxis configuration.
2. Rename file "htaccess.txt" to ".htaccess"
3. If inner.php links (popups) do not work open .htaccess and change this:
RewriteRule ^(.*) index.php
into this:
RewriteRule ^(.*)$ index.php?/$1 [L]

If the problem is not solved send me a personal message with username/password to your FTP to check it.
Title: Re: after installation
Post by: lconsoli on July 29, 2013, 19:19:00
hi datahell,

many thanks for your message.
unfortunately it is still not working.

how can I send my id and pass ftp to give you the possibility to install the php.

Title: Re: after installation
Post by: datahell on July 29, 2013, 21:12:03
Problem solved. I enabled SEO PRO and added a new rewrite rule is your htaccess to bypass server misconfiguration.

The rule I added is this one:
Code: [Select]
RewriteRule ^inner.php/(.*)$ /inner.php [L]
Now your frontend section works for index.php and inner.php pages.
Your administration pages works for index.php but I dont know for inner.php pages (I don't have login details), I think they will work.
Title: Re: after installation
Post by: lconsoli on July 29, 2013, 23:07:49
NOW ALL IS WORKING

MANY THAMKS
Title: Re: after installation
Post by: datahell on July 29, 2013, 23:12:35
Elxis always works, it is the people that create the problems. Welcome to Elxis ;)