Page 1 of 1
customercrown.com Web app done with yii support
#1
Posted 28 April 2012 - 09:38 AM
Hullo all,
Thanks to Yii framework,that i managed to put up www.customercrown.com . An app for collecting customer complements and complaints.
Thanks to Yii framework,that i managed to put up www.customercrown.com . An app for collecting customer complements and complaints.
#2
Posted 29 April 2012 - 06:09 PM
wabendo, on 28 April 2012 - 09:38 AM, said:
Hullo all,
Thanks to Yii framework,that i managed to put up www.customercrown.com . An app for collecting customer complements and complaints.
Thanks to Yii framework,that i managed to put up www.customercrown.com . An app for collecting customer complements and complaints.
if you want to remove the index.php
create a .htaccess on public/
with:
RewriteEngine On
# if a directory or a file exists, use it directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# otherwise forward it to index.php
RewriteRule . index.php
#3
Posted 06 May 2012 - 02:42 PM
I got a PHP Error when trying to confirm my membership e-mail. It was a full PHP error stack trace. You might want to disable YII_DEBUG when running in production mode. Otherwise, some of your code might suddenly be available to total strangers like me.
#4
Posted 18 June 2012 - 03:00 AM
oxo, on 06 May 2012 - 02:42 PM, said:
I got a PHP Error when trying to confirm my membership e-mail. It was a full PHP error stack trace. You might want to disable YII_DEBUG when running in production mode. Otherwise, some of your code might suddenly be available to total strangers like me.
Nice Watch, Thank you for caring. other members should emulate you.
Thanks a lot.
#5
Posted 18 June 2012 - 03:02 AM
rubao, on 29 April 2012 - 06:09 PM, said:
if you want to remove the index.php
create a .htaccess on public/
with:
create a .htaccess on public/
with:
RewriteEngine On
# if a directory or a file exists, use it directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# otherwise forward it to index.php
RewriteRule . index.php
Just on time contribution, Thanks a lot, i need more of such contributions and observations.
#7
Posted 18 July 2012 - 10:55 AM
hi,
i got an error while signup throung facebook
CHttpException
You are not authorized to perform this action.
i got an error while signup throung facebook
CHttpException
You are not authorized to perform this action.
Share this topic:
Page 1 of 1

Help














