This is a discussion on Fixing Problem for multifolder for code image css within the PHP Programming forums, part of the Web Development category; Hi, This normally occurs when we have to concers to the security issue, so that user don't know where ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi, This normally occurs when we have to concers to the security issue, so that user don't know where we are having the image, css, js.. Even in the page Source it is completely wrong path will be available . for this just configure apache as below & use the path in the code. Example : <img src="http://ip:Port/img/spacer.gif"/> I[list=1][*]P = 192.168.5.5[*]Port = 90 [*]listen port [*]NameVirtualHost IP:PORT <VirtualHost IP:Port> DocumentRoot /home/www/htdocs/folder AddType application/x-httpd-php .php DirectoryIndex index.php index.html <Directory "/home/www/htdocs/folder"> Options FollowSymLinks MultiViews AllowOverride All Order allow,deny Allow from all </Directory> </VirtualHost> |
| Sponsored Links |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Convert image to other image format using CODEC in .NET 3.0 | Mramesh | C# Programming | 0 | 02-07-2008 03:33 AM |
| How to create an image from panel background Image | S.Vinothkumar | C# Programming | 1 | 10-22-2007 03:52 AM |
| Hot Fixing | vadivelanvaidyanathan | Software Testing | 1 | 09-04-2007 03:40 AM |
| JAVA code from PHP | ramkumaraol | PHP Programming | 2 | 07-16-2007 11:54 PM |
| Image Upload problem | ewriter | PHP Programming | 4 | 07-13-2007 05:18 AM |