<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: Ftp swf html question. First time uploading into server.?</title>
	<atom:link href="http://projects11.com/domainname/ftp-swf-html-question-first-time-uploading-into-server/feed" rel="self" type="application/rss+xml" />
	<link>http://projects11.com/domainname/ftp-swf-html-question-first-time-uploading-into-server</link>
	<description></description>
	<pubDate>Tue, 22 May 2012 08:48:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rasmah.com</title>
		<link>http://projects11.com/domainname/ftp-swf-html-question-first-time-uploading-into-server/comment-page-1#comment-3536</link>
		<dc:creator>Rasmah.com</dc:creator>
		<pubDate>Sun, 13 Dec 2009 05:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://projects11.com/domainname/ftp-swf-html-question-first-time-uploading-into-server#comment-3536</guid>
		<description>no no no .... All that is just big mistake ..if you want to disply flash movie on you're index page ... you just need to add code on you're html page or php page .. that mean you're index will look like this ..index.html and when any body visite this web site.www.domainname.com will see you're flash movie on the index page ...at first .. and this example
http://www.rasmahcom.jeeran.com

and if you need the code you will add it on the html file .. i will give you example now .. when you publish you're flash movie published on html page and see how flash movie publish and write the code on html page ... Good like and have nice day and i hope i explain all what you need on flash.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;http://www.rasmah.com</description>
		<content:encoded><![CDATA[<p>no no no &#8230;. All that is just big mistake ..if you want to disply flash movie on you&#8217;re index page &#8230; you just need to add code on you&#8217;re html page or php page .. that mean you&#8217;re index will look like this ..index.html and when any body visite this web site.www.domainname.com will see you&#8217;re flash movie on the index page &#8230;at first .. and this example<br />
<a href="http://www.rasmahcom.jeeran.com" rel="nofollow">http://www.rasmahcom.jeeran.com</a></p>
<p>and if you need the code you will add it on the html file .. i will give you example now .. when you publish you&#8217;re flash movie published on html page and see how flash movie publish and write the code on html page &#8230; Good like and have nice day and i hope i explain all what you need on flash.<br /><b>References : </b><br /><a href="http://www.rasmah.com" rel="nofollow">http://www.rasmah.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cabz0r</title>
		<link>http://projects11.com/domainname/ftp-swf-html-question-first-time-uploading-into-server/comment-page-1#comment-3535</link>
		<dc:creator>cabz0r</dc:creator>
		<pubDate>Sun, 13 Dec 2009 05:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://projects11.com/domainname/ftp-swf-html-question-first-time-uploading-into-server#comment-3535</guid>
		<description>depending on what OS you are using.

server 2003 

enter into IIS (start &#62; programs &#62; admin tools &#62; IIS)

in the right hand side panel you should see an expanded tree with a folder called &#34;web sites&#34; (epand this further to see more options)

right click on the &#34;default web page&#34; and click properties.

under the &#34;home directory&#34; tab, click &#34;a redirection to a URL&#34;
redirect to: www.domainname.com/index.fla
click apply.

test it.

If youre using apache
open up your httpd.conf file and edit the IfModule to match below

&#60;IfModule dir_module&#62;
    DirectoryIndex index.fla
&#60;/IfModule&#62;

save. restart apache. and test.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>depending on what OS you are using.</p>
<p>server 2003 </p>
<p>enter into IIS (start &gt; programs &gt; admin tools &gt; IIS)</p>
<p>in the right hand side panel you should see an expanded tree with a folder called &quot;web sites&quot; (epand this further to see more options)</p>
<p>right click on the &quot;default web page&quot; and click properties.</p>
<p>under the &quot;home directory&quot; tab, click &quot;a redirection to a URL&quot;<br />
redirect to: <a href="http://www.domainname.com/index.fla" rel="nofollow">http://www.domainname.com/index.fla</a><br />
click apply.</p>
<p>test it.</p>
<p>If youre using apache<br />
open up your httpd.conf file and edit the IfModule to match below</p>
<p>&lt;IfModule dir_module&gt;<br />
    DirectoryIndex index.fla<br />
&lt;/IfModule&gt;</p>
<p>save. restart apache. and test.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fridiot</title>
		<link>http://projects11.com/domainname/ftp-swf-html-question-first-time-uploading-into-server/comment-page-1#comment-3534</link>
		<dc:creator>fridiot</dc:creator>
		<pubDate>Sun, 13 Dec 2009 04:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://projects11.com/domainname/ftp-swf-html-question-first-time-uploading-into-server#comment-3534</guid>
		<description>You can edit the .htaccess file placed in your wwwroot directory and add the line:

DirectoryIndex index.html index.htm index.php

Using this line you can specify (the order in) which documents are looked for when no document is specified (ie. just the domainname or just a folder within your domain).

If the file doesn't exist (make sure you are viewing hidden files as well with your FTP client), you should just create it.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>You can edit the .htaccess file placed in your wwwroot directory and add the line:</p>
<p>DirectoryIndex index.html index.htm index.php</p>
<p>Using this line you can specify (the order in) which documents are looked for when no document is specified (ie. just the domainname or just a folder within your domain).</p>
<p>If the file doesn&#8217;t exist (make sure you are viewing hidden files as well with your FTP client), you should just create it.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
</channel>
</rss>

