Re: Fatal error: Maximum execution time of 60 seconds exceeded in

2011-06-21 Thread Gyanendra Singh
please change php ini file On Tue, Jun 21, 2011 at 1:48 PM, Alkesh Kumar wrote: > yes > > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related quest

Re: Wordpress and CakePHP - cake taking controll of URLS

2011-06-21 Thread Gyanendra Singh
Dear Please set Permalink link custom Structure setiing - Start code Code / /%category%/%postname%/ /End/ Detail this contact no -9958470442 On Tue, Jun 21, 2011 at 4:11 PM, chris wrote: > Thanks for the replies.

Re: Wordpress and CakePHP - cake taking controll of URLS

2011-06-21 Thread Gyanendra Singh
.htaccess file this code use in wordpress website RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{R