Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
EDC:
Download extensions for Elxis CMS
.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
Module mod_ads has no CSS suffix and Friendly URLs is not working [Solved]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Module mod_ads has no CSS suffix and Friendly URLs is not working [Solved] (Read 3553 times)
armpouniotis
Sr. Member
Posts: 377
Module mod_ads has no CSS suffix and Friendly URLs is not working [Solved]
«
on:
September 29, 2019, 19:00:52 »
Hi there !
1) is it possible for Elxis programmers to make CSS suffix for mod_ads ?
2) I renamed the htaccess.txt file to .htaccess, then I choose Friendly URLs on setting, but unfortunately site is not working....
What should I do ?
Thank you in advance
Christos Armpouniotis
«
Last Edit: October 01, 2019, 09:02:06 by webgift
»
Logged
Christos Armpouniotis
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Module mod_ads has no CSS suffix and Friendly URLs is not working
«
Reply #1 on:
September 30, 2019, 19:17:27 »
1.
Open module's XML file and add (at the end) the following inside "<params></params>" blocks:
<param type="text" name="css_sfx" default="" dir="ltr" label="CSS_SUFFIX" description="CSS_SUFFIX_D" />
Now you have CSS suffixes support for the module
XML file to edit:
modules/mod_ads/mod_ads.xml
2.
Can't tell without seeing. If you have mod rewrite support it should work.
Tip for the administration section: if you have renamed the administration folder (default name is "estia") you must edit htaccess file and change "estia" to the correct name.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
armpouniotis
Sr. Member
Posts: 377
Re: Module mod_ads has no CSS suffix and Friendly URLs is not working
«
Reply #2 on:
September 30, 2019, 19:31:34 »
Hi there !
1) This works fine ! Thank you !
2) Estia is the default admin folder name.
I have put elxis inside a subfolder named "elxis5". Is this the reason why I have this problem ?
Thank you in advance
Christos
Logged
Christos Armpouniotis
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Module mod_ads has no CSS suffix and Friendly URLs is not working
«
Reply #3 on:
September 30, 2019, 19:36:50 »
Yes, it is the sub-folder. Open htaccess file and set properly the "RewriteBase" option. It has instructions there.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
armpouniotis
Sr. Member
Posts: 377
Re: Module mod_ads has no CSS suffix and Friendly URLs is not working
«
Reply #4 on:
September 30, 2019, 19:45:40 »
Yes, that's is,
but now for some reason I can't log in the admin area.
I am entering correct username and pass, but it loads the log in screen again and again !
Any ideas why ?
Christos
Logged
Christos Armpouniotis
armpouniotis
Sr. Member
Posts: 377
Re: Module mod_ads has no CSS suffix and Friendly URLs is not working
«
Reply #5 on:
September 30, 2019, 19:51:55 »
ok I got it ! I should have written /elxis5/ in .htaccess, and not just /elxis5 (I missed the "/" at the end...)
Now it works fine !
Thank you !
Christos
Logged
Christos Armpouniotis
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
Module mod_ads has no CSS suffix and Friendly URLs is not working [Solved]