<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DC2NET Links &#187; Using</title>
	<atom:link href="http://www.dc2links.com/tag/using/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dc2links.com</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 22:49:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Using &#8220;virtual directories&#8221; in a URL?</title>
		<link>http://www.dc2links.com/using-virtual-directories-in-a-url/</link>
		<comments>http://www.dc2links.com/using-virtual-directories-in-a-url/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 01:49:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Directories]]></category>
		<category><![CDATA[Using]]></category>
		<category><![CDATA[Virtual]]></category>

		<guid isPermaLink="false">http://www.dc2links.com/using-virtual-directories-in-a-url/</guid>
		<description><![CDATA[So I&#8217;ve wondered for awhile what this is called, when you can link to a page that doesn&#8217;t exist but use PHP (or maybe htaccess does it) to retrieve the URL and build a page based on it. For instance, if I request &#34;mywebsite.com/account/register&#34;, what would I have to do in order to manage the [...]]]></description>
			<content:encoded><![CDATA[<div>So I&#8217;ve wondered for awhile what this is called, when you can link to a page that doesn&#8217;t exist but use PHP (or maybe htaccess does it) to retrieve the URL and build a page based on it.</p>
<p>For instance, if I request &quot;mywebsite.com/account/register&quot;, what would I have to do in order to manage the &quot;register&quot; part of this without actually having a folder called register?</p>
<p>I&#8217;ve seen websites do this, many blogging websites do this and store all kinds of data this way (/blog/2011/05/21/This_is_a_blog). What is it called? How is it done? Where should I go to read about this?</p>
<p>My theory would be to exploit a 404-error page, and turn around and give it a real page instead of an error. But I&#8217;m pretty sure that would still give the user a 404 error to their browser, which could cause problems. I don&#8217;t know, just thinking out loud.</p>
<p>EDIT: I have many times before used GET methods to accomplish this, but it just seems clunky. I would like to use the directory method I tried to describe, and possibly still be able to use GET methods with it.</p></div>
<p>View full post on <a target="_blank" href="http://tycoontalk.freelancer.com/website-and-server-administration-forum/233975-using-virtual-directories-in-a-url.html" >Tycoon Talk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dc2links.com/using-virtual-directories-in-a-url/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Separated another script,in another folder &amp; using another DB? For security</title>
		<link>http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-77/</link>
		<comments>http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-77/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 01:47:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[another]]></category>
		<category><![CDATA[Folder]]></category>
		<category><![CDATA[scriptin]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Separated]]></category>
		<category><![CDATA[Using]]></category>

		<guid isPermaLink="false">http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-77/</guid>
		<description><![CDATA[For a website, sometime we used more than a script that separated, yes separated and dont have connection at all each other for example domain.com is a forum, using vbulletin domain.com/blog is a blog, using wordpress domain.com/store is ecommerce, using oscommerce domain.com/article is article cms, using joomla etc so for security best practice, like if [...]]]></description>
			<content:encoded><![CDATA[<div>For a website, sometime we used more than a script that <b>separated</b>, yes separated and dont have connection at all each other</p>
<p>for example<br />
domain.com is a forum, using vbulletin<br />
domain.com/blog is a blog, using wordpress<br />
domain.com/store is ecommerce, using oscommerce<br />
domain.com/article is article cms, using joomla<br />
etc</p>
<p>
so for security best practice, like if one of the script get hacked or get something wrong, <br />
another script files in another folder, <br />
and another mysql database,<br />
is still secure</p>
<p>
can we do that? if so how to do that actually? its looks like simple and basic, but i am still not sure how to do it</p>
<p>if there is tutorial link please let me know too, still cant found it</p></div>
<p>View full post on <a target="_blank" href="http://tycoontalk.freelancer.com/website-and-server-administration-forum/233533-separated-another-script-another-folder-using.html" >Tycoon Talk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-77/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Separated another script,in another folder &amp; using another DB? For security</title>
		<link>http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-76/</link>
		<comments>http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-76/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 00:47:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[another]]></category>
		<category><![CDATA[Folder]]></category>
		<category><![CDATA[scriptin]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Separated]]></category>
		<category><![CDATA[Using]]></category>

		<guid isPermaLink="false">http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-76/</guid>
		<description><![CDATA[For a website, sometime we used more than a script that separated, yes separated and dont have connection at all each other for example domain.com is a forum, using vbulletin domain.com/blog is a blog, using wordpress domain.com/store is ecommerce, using oscommerce domain.com/article is article cms, using joomla etc so for security best practice, like if [...]]]></description>
			<content:encoded><![CDATA[<div>For a website, sometime we used more than a script that <b>separated</b>, yes separated and dont have connection at all each other</p>
<p>for example<br />
domain.com is a forum, using vbulletin<br />
domain.com/blog is a blog, using wordpress<br />
domain.com/store is ecommerce, using oscommerce<br />
domain.com/article is article cms, using joomla<br />
etc</p>
<p>
so for security best practice, like if one of the script get hacked or get something wrong, <br />
another script files in another folder, <br />
and another mysql database,<br />
is still secure</p>
<p>
can we do that? if so how to do that actually? its looks like simple and basic, but i am still not sure how to do it</p>
<p>if there is tutorial link please let me know too, still cant found it</p></div>
<p>View full post on <a target="_blank" href="http://tycoontalk.freelancer.com/website-and-server-administration-forum/233533-separated-another-script-another-folder-using.html" >Tycoon Talk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-76/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Separated another script,in another folder &amp; using another DB? For security</title>
		<link>http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-75/</link>
		<comments>http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-75/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 23:47:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[another]]></category>
		<category><![CDATA[Folder]]></category>
		<category><![CDATA[scriptin]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Separated]]></category>
		<category><![CDATA[Using]]></category>

		<guid isPermaLink="false">http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-75/</guid>
		<description><![CDATA[For a website, sometime we used more than a script that separated, yes separated and dont have connection at all each other for example domain.com is a forum, using vbulletin domain.com/blog is a blog, using wordpress domain.com/store is ecommerce, using oscommerce domain.com/article is article cms, using joomla etc so for security best practice, like if [...]]]></description>
			<content:encoded><![CDATA[<div>For a website, sometime we used more than a script that <b>separated</b>, yes separated and dont have connection at all each other</p>
<p>for example<br />
domain.com is a forum, using vbulletin<br />
domain.com/blog is a blog, using wordpress<br />
domain.com/store is ecommerce, using oscommerce<br />
domain.com/article is article cms, using joomla<br />
etc</p>
<p>
so for security best practice, like if one of the script get hacked or get something wrong, <br />
another script files in another folder, <br />
and another mysql database,<br />
is still secure</p>
<p>
can we do that? if so how to do that actually? its looks like simple and basic, but i am still not sure how to do it</p>
<p>if there is tutorial link please let me know too, still cant found it</p></div>
<p>View full post on <a target="_blank" href="http://tycoontalk.freelancer.com/website-and-server-administration-forum/233533-separated-another-script-another-folder-using.html" >Tycoon Talk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-75/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Separated another script,in another folder &amp; using another DB? For security</title>
		<link>http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-74/</link>
		<comments>http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-74/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 22:47:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[another]]></category>
		<category><![CDATA[Folder]]></category>
		<category><![CDATA[scriptin]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Separated]]></category>
		<category><![CDATA[Using]]></category>

		<guid isPermaLink="false">http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-74/</guid>
		<description><![CDATA[For a website, sometime we used more than a script that separated, yes separated and dont have connection at all each other for example domain.com is a forum, using vbulletin domain.com/blog is a blog, using wordpress domain.com/store is ecommerce, using oscommerce domain.com/article is article cms, using joomla etc so for security best practice, like if [...]]]></description>
			<content:encoded><![CDATA[<div>For a website, sometime we used more than a script that <b>separated</b>, yes separated and dont have connection at all each other</p>
<p>for example<br />
domain.com is a forum, using vbulletin<br />
domain.com/blog is a blog, using wordpress<br />
domain.com/store is ecommerce, using oscommerce<br />
domain.com/article is article cms, using joomla<br />
etc</p>
<p>
so for security best practice, like if one of the script get hacked or get something wrong, <br />
another script files in another folder, <br />
and another mysql database,<br />
is still secure</p>
<p>
can we do that? if so how to do that actually? its looks like simple and basic, but i am still not sure how to do it</p>
<p>if there is tutorial link please let me know too, still cant found it</p></div>
<p>View full post on <a target="_blank" href="http://tycoontalk.freelancer.com/website-and-server-administration-forum/233533-separated-another-script-another-folder-using.html" >Tycoon Talk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-74/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Separated another script,in another folder &amp; using another DB? For security</title>
		<link>http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-73/</link>
		<comments>http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-73/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 21:47:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[another]]></category>
		<category><![CDATA[Folder]]></category>
		<category><![CDATA[scriptin]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Separated]]></category>
		<category><![CDATA[Using]]></category>

		<guid isPermaLink="false">http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-73/</guid>
		<description><![CDATA[For a website, sometime we used more than a script that separated, yes separated and dont have connection at all each other for example domain.com is a forum, using vbulletin domain.com/blog is a blog, using wordpress domain.com/store is ecommerce, using oscommerce domain.com/article is article cms, using joomla etc so for security best practice, like if [...]]]></description>
			<content:encoded><![CDATA[<div>For a website, sometime we used more than a script that <b>separated</b>, yes separated and dont have connection at all each other</p>
<p>for example<br />
domain.com is a forum, using vbulletin<br />
domain.com/blog is a blog, using wordpress<br />
domain.com/store is ecommerce, using oscommerce<br />
domain.com/article is article cms, using joomla<br />
etc</p>
<p>
so for security best practice, like if one of the script get hacked or get something wrong, <br />
another script files in another folder, <br />
and another mysql database,<br />
is still secure</p>
<p>
can we do that? if so how to do that actually? its looks like simple and basic, but i am still not sure how to do it</p>
<p>if there is tutorial link please let me know too, still cant found it</p></div>
<p>View full post on <a target="_blank" href="http://tycoontalk.freelancer.com/website-and-server-administration-forum/233533-separated-another-script-another-folder-using.html" >Tycoon Talk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-73/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Separated another script,in another folder &amp; using another DB? For security</title>
		<link>http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-72/</link>
		<comments>http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-72/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 20:51:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[another]]></category>
		<category><![CDATA[Folder]]></category>
		<category><![CDATA[scriptin]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Separated]]></category>
		<category><![CDATA[Using]]></category>

		<guid isPermaLink="false">http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-72/</guid>
		<description><![CDATA[For a website, sometime we used more than a script that separated, yes separated and dont have connection at all each other for example domain.com is a forum, using vbulletin domain.com/blog is a blog, using wordpress domain.com/store is ecommerce, using oscommerce domain.com/article is article cms, using joomla etc so for security best practice, like if [...]]]></description>
			<content:encoded><![CDATA[<div>For a website, sometime we used more than a script that <b>separated</b>, yes separated and dont have connection at all each other</p>
<p>for example<br />
domain.com is a forum, using vbulletin<br />
domain.com/blog is a blog, using wordpress<br />
domain.com/store is ecommerce, using oscommerce<br />
domain.com/article is article cms, using joomla<br />
etc</p>
<p>
so for security best practice, like if one of the script get hacked or get something wrong, <br />
another script files in another folder, <br />
and another mysql database,<br />
is still secure</p>
<p>
can we do that? if so how to do that actually? its looks like simple and basic, but i am still not sure how to do it</p>
<p>if there is tutorial link please let me know too, still cant found it</p></div>
<p>View full post on <a target="_blank" href="http://tycoontalk.freelancer.com/website-and-server-administration-forum/233533-separated-another-script-another-folder-using.html" >Tycoon Talk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-72/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Separated another script,in another folder &amp; using another DB? For security</title>
		<link>http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-71/</link>
		<comments>http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-71/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 19:49:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[another]]></category>
		<category><![CDATA[Folder]]></category>
		<category><![CDATA[scriptin]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Separated]]></category>
		<category><![CDATA[Using]]></category>

		<guid isPermaLink="false">http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-71/</guid>
		<description><![CDATA[For a website, sometime we used more than a script that separated, yes separated and dont have connection at all each other for example domain.com is a forum, using vbulletin domain.com/blog is a blog, using wordpress domain.com/store is ecommerce, using oscommerce domain.com/article is article cms, using joomla etc so for security best practice, like if [...]]]></description>
			<content:encoded><![CDATA[<div>For a website, sometime we used more than a script that <b>separated</b>, yes separated and dont have connection at all each other</p>
<p>for example<br />
domain.com is a forum, using vbulletin<br />
domain.com/blog is a blog, using wordpress<br />
domain.com/store is ecommerce, using oscommerce<br />
domain.com/article is article cms, using joomla<br />
etc</p>
<p>
so for security best practice, like if one of the script get hacked or get something wrong, <br />
another script files in another folder, <br />
and another mysql database,<br />
is still secure</p>
<p>
can we do that? if so how to do that actually? its looks like simple and basic, but i am still not sure how to do it</p>
<p>if there is tutorial link please let me know too, still cant found it</p></div>
<p>View full post on <a target="_blank" href="http://tycoontalk.freelancer.com/website-and-server-administration-forum/233533-separated-another-script-another-folder-using.html" >Tycoon Talk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-71/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Separated another script,in another folder &amp; using another DB? For security</title>
		<link>http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-70/</link>
		<comments>http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-70/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 18:47:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[another]]></category>
		<category><![CDATA[Folder]]></category>
		<category><![CDATA[scriptin]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Separated]]></category>
		<category><![CDATA[Using]]></category>

		<guid isPermaLink="false">http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-70/</guid>
		<description><![CDATA[For a website, sometime we used more than a script that separated, yes separated and dont have connection at all each other for example domain.com is a forum, using vbulletin domain.com/blog is a blog, using wordpress domain.com/store is ecommerce, using oscommerce domain.com/article is article cms, using joomla etc so for security best practice, like if [...]]]></description>
			<content:encoded><![CDATA[<div>For a website, sometime we used more than a script that <b>separated</b>, yes separated and dont have connection at all each other</p>
<p>for example<br />
domain.com is a forum, using vbulletin<br />
domain.com/blog is a blog, using wordpress<br />
domain.com/store is ecommerce, using oscommerce<br />
domain.com/article is article cms, using joomla<br />
etc</p>
<p>
so for security best practice, like if one of the script get hacked or get something wrong, <br />
another script files in another folder, <br />
and another mysql database,<br />
is still secure</p>
<p>
can we do that? if so how to do that actually? its looks like simple and basic, but i am still not sure how to do it</p>
<p>if there is tutorial link please let me know too, still cant found it</p></div>
<p>View full post on <a target="_blank" href="http://tycoontalk.freelancer.com/website-and-server-administration-forum/233533-separated-another-script-another-folder-using.html" >Tycoon Talk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-70/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Separated another script,in another folder &amp; using another DB? For security</title>
		<link>http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-70/</link>
		<comments>http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-70/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 18:47:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[another]]></category>
		<category><![CDATA[Folder]]></category>
		<category><![CDATA[scriptin]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Separated]]></category>
		<category><![CDATA[Using]]></category>

		<guid isPermaLink="false">http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-70/</guid>
		<description><![CDATA[For a website, sometime we used more than a script that separated, yes separated and dont have connection at all each other for example domain.com is a forum, using vbulletin domain.com/blog is a blog, using wordpress domain.com/store is ecommerce, using oscommerce domain.com/article is article cms, using joomla etc so for security best practice, like if [...]]]></description>
			<content:encoded><![CDATA[<div>For a website, sometime we used more than a script that <b>separated</b>, yes separated and dont have connection at all each other</p>
<p>for example<br />
domain.com is a forum, using vbulletin<br />
domain.com/blog is a blog, using wordpress<br />
domain.com/store is ecommerce, using oscommerce<br />
domain.com/article is article cms, using joomla<br />
etc</p>
<p>
so for security best practice, like if one of the script get hacked or get something wrong, <br />
another script files in another folder, <br />
and another mysql database,<br />
is still secure</p>
<p>
can we do that? if so how to do that actually? its looks like simple and basic, but i am still not sure how to do it</p>
<p>if there is tutorial link please let me know too, still cant found it</p></div>
<p>View full post on <a target="_blank" href="http://tycoontalk.freelancer.com/website-and-server-administration-forum/233533-separated-another-script-another-folder-using.html" >Tycoon Talk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dc2links.com/separated-another-scriptin-another-folder-using-another-db-for-security-70/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

