I'm uploading my site to a web server and I'm going through a series endless and unclear problems. In my web server is not enabled mod_rewrite and any other privilege. I uncomment Configure:: write ( 'App.baseUrl', env ( 'SCRIPT_NAME')); in core.php. I delete all files. htaccess.
My directory structure is /home/mysite/public_html/app /home/mysite/public_html/cake /home/mysite/public_html/vendors /home/mysite/public_html/index.php and my const values are... ROOT: /home/malbek/public_html APP_DIR: app CAKE_CORE_INCLUDE_PATH: /home/malbek/public_html I visit the site without problems through http://xxx.xxx.xxx.xx/~webserveruser/index.php?ControlerName But the links generated by the htmlHelper are http://xxx.xxx.xxx.xx/~webserveruser/index.php/ControlerName. ...and therefore the page is displayed but without the styles applied and javascript libraries linked, because the link generated are: /~ webserveruser/index.php/app/webroot/css/default.css please can someone help me? I'm going crazy... I hope it is understood, I must improve my English.... -- You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cake-php?hl=.
