I'm using Zend Framework but I have a little problem: How could I redirect internal all requests from
localhost/zendframework/
to
localhost/zendframework/www/
What have to put into my .htaccess in the folder localhost/zendframework/?
|
I'm using Zend Framework but I have a little problem: How could I redirect internal all requests from
to
What have to put into my .htaccess in the folder | |||
|
feedback
|
|
You can use the "Alias" Directive in your apache config file.
| |||
|
feedback
|
|
You should be able to add this in your .htaccess in the /zendframework directory.
| |||
feedback
|
|
You did not say which kind of web server you are using. Assuming it is a recent Apache httpd, your might take a look at the documentation, especially this useful example in the rewriting guide - might be exactly what you are looking for. | |||
|
feedback
|