IT Community - Software Programming, Web Development and Technical Support

Fixing Problem for multifolder for code image css

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 ...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Web Development > PHP Programming

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 08-31-2007, 01:41 AM
vivekanandan vivekanandan is offline
D-Web Trainee
 
Join Date: Jul 2007
Posts: 41
vivekanandan is on a distinguished road
Default Fixing Problem for multifolder for code image css

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>
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


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


All times are GMT -7. The time now is 02:14 AM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0