NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Rewrites / CakePHP deployments


Joined: 22 May 2007
Posts: 2
Reply with quote
Hi,

Love this product idea and want to use it, but I can't seem to find any references on creating rewrites ala Apache. I develop applications using the CakePHP framework, and it really needs rewrite to properly handle many of its tasks.

Here's a sample of a typical CakePHP rewrite (usually in .htaccess)

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
</IfModule>

Is there any hope of getting this type of support into a release of phpdock in the near future?


jmp
View user's profileFind all posts by streamingmeanieSend private message
Rewrites / CakePHP deployments
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic