Hello, I have a problem in using the plugin without mod_rewrite. The
plugin I am now trying to use is "api_generator". Since I don't use
the mod_rewrite feature, I enabled
Configure::write('App.baseUrl', env('SCRIPT_NAME'));
And remove the file
/.htaccess
/app/.htaccess
/app/webroot/.htaccess

However, when I run the page
http://localhost/cakephp/app/webroot/index.php/api_generator/api_classes

The CSS and Javascript URL are incorrect with:
http://localhost/cakephp/app/webroot/api_generator/css/base.css
http://localhost/cakephp/app/webroot/api_generator/js/mootools.js

While for the links, they are correct. Is there anyway to solve this
problem without using mod_rewrite?

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 [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=en

Reply via email to