[symfony-users] Routing question

2007-04-03 Thread Muhammad Asif Ali
Hi, Can i customiz the askeet url for the user profile now the url is like this http://www.askeet.com/user/asif now i want to rewrite the url to something like this http://asif.askeet.com/ Thanks in Advance Regards Mohammad Asif ali

[symfony-users] Re: Routing question

2007-04-03 Thread Quenten Griffith
I really don't think it is possible am pretty sure you are going to have to create a subdomain because DNS is going to try to resolve username.askeet.com and if it can't resolve it it will never get to your server. Your DNS provider may have a trick that allows you to send all request to *.domain

[symfony-users] Re: Routing question

2007-04-03 Thread Muhammad Asif Ali
Hi. Quenten Thanx for you information do u have any script for creating the sub domain automatically at the time of user registration. i had a script which support only cpanel type of server. i want a script which can be used on any server.

[symfony-users] Re: Routing question

2007-04-03 Thread Kiril Angov
Why do you need such a script? [quote] 1) You must define an A record or a CNAME to support wild-card DNS in your domain's zone file. 2) Your host must allow wild-card subdomains, and pass requests for them to your server. [/quote] And after that just use the mod_rewrite rules to pass the

[symfony-users] Re: Routing question

2007-04-03 Thread Michael Nolan
Most DNS servers support wildcard DNS and Apache can be configured to match on a wildcard too. Matt of of WordPress has a blog post about the subject: http://photomatt.net/2003/10/10/wildcard-dns-and-sub-domains/ It's probably better to set up the wildcard rather than adding DNS records on the

[symfony-users] Re: Routing question

2007-04-03 Thread Muhammad Asif Ali
Hi..All thanx a lot for all ur effors let me try the things u specified. thaks again :o) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to

[symfony-users] Enable cache?

2007-04-03 Thread Eno
I switched on caching in settings.yml for the dev environment. Furthermore, I switched in on in the app's cache.yml. Even though the template directory is created under the cache folder, I never see any files created there. Do I need to specify each and every action to enabled caching fully? In

[symfony-users] Re: Enable cache?

2007-04-03 Thread Michael Nolan
Is symfony able to write to the cache folder? $ symfony fix-perms On Apr 3, 1:59 pm, Eno [EMAIL PROTECTED] wrote: I switched on caching in settings.yml for the dev environment. Furthermore, I switched in on in the app's cache.yml. Even though the template directory is created under the

[symfony-users] Re: Enable cache?

2007-04-03 Thread Eno
On Apr 3, 9:02 am, Michael Nolan [EMAIL PROTECTED] wrote: Is symfony able to write to the cache folder? $ symfony fix-perms The folders are owned by nobody which is the user the web server runs under. -- --~--~-~--~~~---~--~~ You received this message

[symfony-users] Book Errors

2007-04-03 Thread Eno
Where does one post/report book errata? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send

[symfony-users] Re: Book Errors

2007-04-03 Thread Eno
On Apr 3, 9:36 am, Fabien POTENCIER [EMAIL PROTECTED] project.com wrote: You can reports books errors in the symfony trac. I sent a request via email for a Trac account... -- A --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[symfony-users] php5 as cgi returns $_SERVER vars set to 1 and 0 instead of on and off

2007-04-03 Thread Scott Meves
Hi Everyone! The isSecure method of the sfWebRequest class checks to see if the HTTPS global server variable is set to 'on'. (source at bottom of message for your reference). Checking the value against the on string isn't working on my client's web host (11), as it is returning 1 for the

[symfony-users] Re: New plugin: sfSimpleBlogPlugin

2007-04-03 Thread Muhammad Asif Ali
Hi *Francois* * * * *Great work ... actually i was planning to do somthing like this... u saved my time Thanx :o) -- Regards Muhammad Asif Ali --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[symfony-users] Re: New plugin: sfSimpleBlogPlugin

2007-04-03 Thread Muhammad Asif Ali
Hi Francois, Is it possible to create seperate blog for each registered user? I want to give a option for all my registered user to create their blog for this do i need to do any changes in the plugin or else by default the plugins will do this?

[symfony-users] Re: New plugin: sfSimpleBlogPlugin

2007-04-03 Thread Kiril Angov
From the plugin wiki: http://trac.symfony-project.com/trac/wiki/sfSimpleBlogPlugin This plugin can only provide one blog per project. Kiril Muhammad Asif Ali wrote: Hi Francois, Is it possible to create seperate blog for each registered user? I want to give a

[symfony-users] Re: New plugin: sfSimpleBlogPlugin

2007-04-03 Thread Matthias Nothhaft
Hi, this is not limited to this plugin: I would like to encourage you, the Symfony guys, to enhance the framework in two ways: 1. Introduce plugin categories in one of the next Symfony releases as the list of plugins gets bigger and bigger. I think we need at least one more directory level to