|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
I would protect the *.inc Files for reading, so that i can access only by my php-scripts.
With the Apache Option: <Files ~ "^.ht"> Order allow,deny Deny from all </Files> I can protect the .ht* Files for reading. But I added the following Option: <Files ~ ".inc"> Order allow,deny Deny from all </Files> to protect all *.inc Files for reading. Now i have the problem that i can't read i from with my php-scripts. Can anyone help? Thanx pwluky The thing is simple if you now how it works... |
|
#2
|
|||
|
|||
|
>>Now i have the problem that i can't read i from with my php-scripts.
You can't protect it when using "include". "fopen", you can. |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > Protect Files in httpd.conf |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|