|
|
|||||||||
|
|||||||||
|
|||||||||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
Apache-PHP: VDS
Hello!
I'm using this apache config to creating a virtual directory structure: Code:
<VirtualHost myhost> ServerAdmin webmaster@myhost ServerName yourhost DocumentRoot "/my/web/path/site.php" </VirtualHost> All requests to myhost is forced to execute site.php script ... it's working properly, but the problem is when i make requests to real directories on relative html paths, eg: /images;/includes;/cgi-bin;etc, it doesn't find this directories. Is there any mod_rewrite rule, cond or another solutions to resolve this problem??? Kindest Regards, marcoBR |
|
#2
|
|||
|
|||
|
Hey Marco,
Checkout this link on the Apache re-write engine: http://www.worth1000.com/download.asp?i=6. Should be quite useful ![]() |
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Web Server Configuration > Apache-PHP: VDS |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|