From trac.symfony-project.org
()
PHP
A discussion among other things directly and indirectly relating to the PHP scripting language
Or maybe You could simply add this code:
if (isset($this->pathInfoArray['SCRIPT_NAME']) && preg_match('#^/web/#', $this->pathInfoArray['SCRIPT_NAME']))
{
$this->pathInfoArray['SCRIPT_NAME'] =
preg_replace('#^/web/#', '/', $this->pathInfoArray['SCRIPT_NAME']);
}
to file lib/request/sfWebRequest.class.php, then when we could create easy file .htaccess (which code You have in my above post) when all Symfony files MUST BE in catalog...
Comments
Be the first to leave a comment!
From Our Partners
People in Pictures
Top Geek Articles
|
Celebrities on the Phone
Cell phones are to celebrities like bats are to baseball: no one runs too far without them.
|
|
Why every guy should buy their girlfriend Wii Fit.
Gratuitous...
|
|
Hot Geeks -- The Sexiest Geeky Girls
These girls are gorgeous AND they'll play Warcraft with you. Doesn't get much better than that.
|




