sorry my english is bad. :( but i will try again to explain it for you. i
hope u understand this time.

I built a website and use apache as a web server on my computer. then I have
to upload it to yahoo web hosting. in yahoo web hosting does not allow to
upload . htaccess  files (so i think they use IIS as web server)

then I followed this tuturial:
http://book.cakephp.org/view/1533/A-Note-on-mod_rewrite, and make my URLs
look like
www.example.com/index.php/controllername/actionname/param
rather Than
www.example.com/controllername/actionname/param.

after i run in yahoo web hosting. i found some new problems. my tinyMCE does
not work like on my computer (apache web server). other than that I can't
upload pictures using my application. I do not know where he had gone but
the session said that the file uploaded successfully.

then I try to display the source in my webbrowser. the result between 2
webserver is different. use and not use prety URLs.
when I dont use prety ULRs the link for javascript URLs look like <script
type="text/javascript" src="/xxxxx/app/webroot/js/tiny_mce/tiny_mce.js"></
script>
and when i use prety ULRs, link to the javascript URLs like this : <script
type="text/javascript" src="/xxxxx/js/tiny_mce/tiny_mce.js"></ script>

then i think the main problem is i have to use prety URLs and find tutorial
http://book.cakephp.org/view/1636/URL-Rewrites-on-IIS7-Windows-hosts and
this
http://blog.knightdna.net/2010/07/enabling-cakephp-pretty-urls-on-iis.html ,
i've follow the tutorials  but I do not know where is my fault that make my
website cant run prety URLs well. or this way this way cant  be used in
yahoo webhosting? or are there other ways I can use?

i cant change my webhost.


On Tue, Nov 16, 2010 at 1:14 PM, whmeroe <whme...@gmail.com> wrote:

>  Please describe what is occurring vs. what you think should be.  Stating
> it doesn't work doesn't help us help you.
>
>
>
> *From:* cake-php@googlegroups.com [mailto:cake-...@googlegroups.com] *On
> Behalf Of *fadhli
> *Sent:* Tuesday, November 16, 2010 12:16 AM
> *To:* cake-php@googlegroups.com
> *Subject:* yahoo web hosting problem
>
>
>
> hello everybody
>
>
> I had a problem about hosting at yahoo web hosting. i can't upload
> .htaccess files (i think They Used IIS becauce IIS do not support .htaccess,
> CMIIW) so I use the way in
> http://book.cakephp.org/view/1533/A-Note-on-mod_rewrite to fix the
> problem. it's works.
>
>
> but now, i have new problem. i can't upload image. (I use
> jqimagecrop component), and TinyMCE does not work too,
>
> I have tried the tutorial on
> http://blog.knightdna.net/2010/07/enabling-cakephp-pretty-urls-on-iis.htmland
> http://book.cakephp.org/view/1636/URL -Rewrites-on-IIS7-Windows-hosts but
> failed.
>
>
>
> Is there someone who knows how to solve this problem? please help me.
>
>
>
> thanks before :)
>
> Check out the new CakePHP Questions site http://cakeqs.org and help others
> with their CakePHP related questions.
>
> You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> To post to this group, send email to cake-php@googlegroups.com
> To unsubscribe from this group, send email to
> cake-php+unsubscr...@googlegroups.com<cake-php%2bunsubscr...@googlegroups.com>For
>  more options, visit this group at
> http://groups.google.com/group/cake-php?hl=en
>
> Check out the new CakePHP Questions site http://cakeqs.org and help others
> with their CakePHP related questions.
>
> You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> To post to this group, send email to cake-php@googlegroups.com
> To unsubscribe from this group, send email to
> cake-php+unsubscr...@googlegroups.com<cake-php%2bunsubscr...@googlegroups.com>For
>  more options, visit this group at
> http://groups.google.com/group/cake-php?hl=en
>

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to