Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Download Elxis CMS:
Elxis 5.5 Hermes
.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
Installation
»
after installation
« previous
next »
Print
Pages: [
1
]
Author
Topic: after installation (Read 12459 times)
lconsoli
Newbie
Posts: 3
after installation
«
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/
«
Last Edit: July 29, 2013, 00:31:17 by lconsoli
»
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: after installation
«
Reply #1 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.
«
Last Edit: July 29, 2013, 09:50:01 by datahell
»
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
lconsoli
Newbie
Posts: 3
Re: after installation
«
Reply #2 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.
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: after installation
«
Reply #3 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.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
lconsoli
Newbie
Posts: 3
Re: after installation
«
Reply #4 on:
July 29, 2013, 23:07:49 »
NOW ALL IS WORKING
MANY THAMKS
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: after installation
«
Reply #5 on:
July 29, 2013, 23:12:35 »
Elxis always works, it is the people that create the problems. Welcome to Elxis
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
Installation
»
after installation