Elxis CMS Forum

Community => Build with Elxis... => Topic started by: Mr.HeLL on October 11, 2010, 06:07:07

Title: Marble Company
Post by: Mr.HeLL on October 11, 2010, 06:07:07
http://www.armamarble.com/

%80 Finished :)
Title: Re: Marble Company
Post by: rentasite on October 11, 2010, 08:15:18

Very nice!
Title: Re: Marble Company
Post by: nikos on October 11, 2010, 12:38:08
Nice job!
Title: Re: Marble Company
Post by: datahell on October 11, 2010, 22:57:37
Elxis -> global configuration -> SEF -> Enable SEO PRO and not SEO Basic!
Title: Re: Marble Company
Post by: cfb1972 on October 14, 2010, 12:28:56
What is the name of the slider module at the top? It looks good especially for a Image gallery...
Title: Re: Marble Company
Post by: rentasite on October 14, 2010, 12:45:13
What is the name of the slider module at the top? It looks good especially for a Image gallery...

IOS Image Rotator (?)

http://bit.ly/bf30oR
Title: Re: Marble Company
Post by: Mr.HeLL on October 19, 2010, 21:19:32
Elxis -> global configuration -> SEF -> Enable SEO PRO and not SEO Basic!
thanks

but getting an 500 Internal Server Error

.htaccess
Code: [Select]
removed by datahell

locale.php

http://pastebin.com/Qbwd1SHJ
Title: Re: Marble Company
Post by: datahell on October 19, 2010, 22:03:38
Better contact your hosting provider
Title: Re: Marble Company
Post by: Mr.HeLL on October 19, 2010, 22:33:02
but affter adding this line getting error

500 Internal Server Error
RewriteRule ^([zh-Hant]{2})/(.*)$ /index.php?mylang=chinese_traditional [QSA,L]

No error-
RewriteRule ^([zhHant]{2})/(.*)$ /index.php?mylang=chinese_traditional [QSA,L]
Title: Re: Marble Company
Post by: datahell on October 19, 2010, 22:48:52
Escape the "-" character.
zh\-Hant
Title: Re: Marble Company
Post by: Mr.HeLL on October 19, 2010, 23:10:12
chinese not working. http://www.armamarble.com/zh-Hant/
Title: Re: Marble Company
Post by: datahell on October 19, 2010, 23:23:38
You have to put the chinese in the mylang string in htaccess. For the majority of the languages you dont have to edit that file, but you have to for the chinese.

RewriteCond %{QUERY_STRING} !mylang=[arabic|....|chinese_traditional]{2,}
....
#RewriteRule ^([zh\-Hant]{7})/(.*)$ /index.php?mylang=chinese_traditional[QSA,L]

You can safely remove from the htaccess file the languages that you dont use. This way you will make the htaccess file smaller and faster to be parsed.
Title: Re: Marble Company
Post by: Mr.HeLL on October 19, 2010, 23:50:24
server down :-\ I'll try again later