Page 4 of 5

Re: clean url does not work

Posted: Sun Feb 15, 2009 7:17 pm
by sascha
@till
you are right in what you say, but i am not going to develop anything in typo3. there is a nice template for typo3 around - http://typo3-musterprojekt.de - that looks promising. will try this out. this combination covers the needs for my project just out of the box, no need to customize anything to get to get basic system functionality like in cmsimple. besides: as we found out in this post, there is no guarantee that these customizations actually work like they should ;)

@connie
thanks for the hint with CMSmadeSimple. checked it out and it looks good. but at the moment i really feel like using an overkill system like typo3 in a productive environment :)

Re: clean url does not work

Posted: Sun Feb 15, 2009 8:00 pm
by Connie
Sascha,

you are courageous! Have fun!

Re: clean url does not work

Posted: Sun Feb 15, 2009 8:10 pm
by Holger
Connie wrote: I feel like saying farewell to CMSimple after some time now, having given my 15 cents to it, but if you judge clearly, this system with only one and very individualistical developer has not such a bright future... :cry:
+1 ...
... and that's why we're working here :!:

Holger

migration to typo3 easier than expected

Posted: Wed Mar 25, 2009 9:50 am
by sascha
hi guys,
just wanted to let you know how the storiy continued. i switched the whole thing (http://www.slidescan.info and http://www.diasdigitalisieren.info) from cmsimple to typo3. that was easier than expected, but i avoided some known minefields that drive many typo3-beginners to madness:

1. webhoster
i dropped all-inkl.com and went to jweiland.net. have always been very pleased with all-inkl.com, but they can not provide typo3-support. jweiland.net is a specialized typo3-provider (there are some others around, like mittwald, or punkt.de), they all deliver you typo3 pre-installed. you don't need to worry about difficult things like installation and server-configuration. imho if you want to work professionally with typo3 and not just play around, a provider that can give you support is a big help. especially if your core business is not typo3-hosting and web development. of course this costs more. for all-inkl i paid 8 euro/months and had 10 gb storage, now it is 15 euro/month with only 5 gb storage.

2. template
i took the free typo3 musterproject jweiland provides to its customers. it works, and can do everything i need now. had only to change header and logo, that's it. no need to spend mega-bucks, for an individual template, when there is a free one that suits your needs. there are not as many free templates around like with cmsimple, but there are a few. if you you want an individual design you should add 500-2000 euro to your budget just for realising your webdesign in typoscript. when you take a free template this costs nothing.

3. setup
i must confess, i asked the support for initial setup. they did settings like multi-language with two different domains. well it costs some money, but i prefer to buy an hour of support against a few day struggle with a system i am not familiar with. it's just an economical decision. beat me, if you like...

all in all i am amazed, how many options typo3 has. if you are interested in it, it is a wonderful playground :) the other thing is: if you are not interested in it, you can get mad over this multitude of options :( for average users, cmsimple is by far easier to understand and to work with. after using it for some days, i switched the whole thing to the new domain http://www.scanguru.info, both for englisch and german. this time without help from support. it's always easier to customize an existing running system, that building a new one from scratch. in practical use it turned out, that it is better to have one domain, it's just more streamlined :)

i still use cmsimple, i.e. for small websites like http://chb-uebersetzungen.de, it is perfect. but for bigger projects, especially when they are multi-language and so on i will now take typo3. it is definitely more work to bring content online in typo3, but its flexibility is worth the effort.

what do you think about it? has anybody else made similar or other experiences?

Re: clean url does not work

Posted: Wed Mar 25, 2009 7:51 pm
by Connie
did you check whether mod_rewrite is activated at your server?

What does .htaccess show?

test it with phpinfo();

@connie: clean url does not work

Posted: Wed Mar 25, 2009 8:09 pm
by sascha
hi connie,
why do you want to know that and for what system? this post is about two systems:

a) the old www.diasdigitalisieren.info on cmsimple
->this is not existing any more, it is deleted now. the domain is formwarded via .htaccess to the new domain www.scanguru.info
b) the new www.scanguru.info on typo3
-> as far as i know there is mod_rewrite activated, because otherwise the system would not produce urls like this.

see you,
sascha

Re: clean url does not work

Posted: Tue Jun 30, 2009 7:18 pm
by mad.piotr
Till wrote:I changed the rewrite rule. Does it work with this one?

Code: Select all

RewriteEngine on
# To prevent loop:
RewriteCond %{REQUEST_URI} !index.php
# Do not rewrite requests to template or images dir:
RewriteCond %{REQUEST_URI} !templates
RewriteCond %{REQUEST_URI} !images
#RewriteRule ^(.*)\.html$ ./index.php?$1
# Do not rewrite requests with any query strings:
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*)\.html$ ./index.php?$1 
#RewriteRule ^(.*)\/(.*)\.html$ ./index.php?$1:$2
Till
Halo Till
I tried to implement it into 3.2 version but it does not work. It shows right address with the mouse on sitemap but after click comes error, i see allso loop in page address. Would you have any idea what to do?
Thanks
Piotr

Re: clean url does not work

Posted: Sun Jul 19, 2009 2:19 pm
by WiSmo
Hi all, please, how to delete only
http://www.cmsimple.com/?Developer's_Manual:How_it_works
Thanks

Re: clean url does not work

Posted: Tue Mar 05, 2013 1:25 pm
by cmb
How to have clean URLs with latest CMSimple_XH (1.5.x) is described in http://cmsimpleforum.com/viewtopic.php?f=4&t=5719.

Re: clean url does not work

Posted: Fri Apr 11, 2014 1:29 pm
by ukashkartim
hi i try to find how to delete
i dont understand pls step step decription
thanks