Re: browser can't find .irev files on new on-rev subdomain

2010-04-28 Thread Michael Kann
Martin,

One thing I just thought about. Using Windows XP I uploaded a file to the 
server through the cPanel. It didn't perform. Then someone was kind enough to 
let me know that cPanel might be messin' with the line endings and I should use 
Filezilla. I transferred the file with Filezilla in ASCII mode and then it 
worked. Don't know if this is relevant to your situation, but I thought I'd 
mention it.

Mike



--- On Wed, 4/28/10, J. Landman Gay  wrote:

> From: J. Landman Gay 
> Subject: Re: browser can't find .irev files on new on-rev subdomain
> To: "How to use Revolution" 
> Date: Wednesday, April 28, 2010, 12:42 PM
> Martin Koob wrote:
> 
> > I tried putting the .htaccess file in the subdomain's
> document root and putting it in the public_html directory
> but that did not help.
> 
> There's also an automated way in your cPanel. At the
> bottom, look at the Advanced section and click Index
> Manager. That gives you a choice of three ways to handle
> your index pages -- sounds like you want "no indexing".
> 
> -- Jacqueline Landman Gay     
>    |     jac...@hyperactivesw.com
> HyperActive Software       
>    |     http://www.hyperactivesw.com
> ___
> use-revolution mailing list
> use-revolution@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage
> your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
> 



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: browser can't find .irev files on new on-rev subdomain

2010-04-28 Thread J. Landman Gay

Martin Koob wrote:

I tried putting the .htaccess file in the subdomain's document 
root and putting it in the public_html directory but that did not help.


There's also an automated way in your cPanel. At the bottom, look at the 
Advanced section and click Index Manager. That gives you a choice of 
three ways to handle your index pages -- sounds like you want "no indexing".


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: browser can't find .irev files on new on-rev subdomain

2010-04-28 Thread Martin Baxter
Martin,

I don't have any suggestions about your index.* files not being served,
though it sounds like there is some unintended redirection occurring.

However you can turn the directory file listing off by adding this line
in the .htaccess file:

Options All -Indexes

That will then generate an error if anybody does e.g.

http://www.yourdomain.com/directory_with_no_index_file/

"Directory listing denied" or whatever

The .htaccess file will affect the directory it is in and all its
subdirectories

This was one of the first things I changed when I got my on-rev account.
They are set up rather insecurely by default, in my view.

Martin Baxter

Martin Koob wrote:
> Hi Michael
> 
> I tried putting the .htaccess file in the subdomain's document 
> root and putting it in the public_html directory but that did not help.
> 
> I tried just putting a basic html page in the subdomain's document 
> root as index.html and that still generates the 404 error.
> 
> if I take out the index.irev and index.html pages I will see a listing 
> of the files in the document root.
> 
> I am not sure what I did wrong.   The process I used to create the
> subdomain was:
> 1. I used cPanel to create the subdomain for a hosted domain
> 2. I used the file manage from cPanel to copy the files from a 
> document root where I was working on the site to the new 
> document root.
> 3. I updated a config.irev file to ensure all the information 
> was correct to reflect the new path.
> 
> Is there something else I need to do to set up a subdomain.
> 
> 
> Martin
> 


-- 
I am Not a Number, I am a free NaN
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: browser can't find .irev files on new on-rev subdomain

2010-04-27 Thread Martin Koob
Hi Michael

I tried putting the .htaccess file in the subdomain's document 
root and putting it in the public_html directory but that did not help.

I tried just putting a basic html page in the subdomain's document 
root as index.html and that still generates the 404 error.

if I take out the index.irev and index.html pages I will see a listing 
of the files in the document root.

I am not sure what I did wrong.   The process I used to create the
subdomain was:
1. I used cPanel to create the subdomain for a hosted domain
2. I used the file manage from cPanel to copy the files from a 
document root where I was working on the site to the new 
document root.
3. I updated a config.irev file to ensure all the information 
was correct to reflect the new path.

Is there something else I need to do to set up a subdomain.


Martin

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: browser can't find .irev files on new on-rev subdomain

2010-04-27 Thread Michael Kann
Martin, 

First, I noticed a mistake in my post. The last line should be 

-- in the same directory as your index.irev file (NOT FOLDER)


Just some thoughts:

I looked for the .htaccess file.  There is one in the public_html directory
(it is blank) there is not one in the subdirectory for the subdomain. 
-
-- To test it out you could create an .htaccess file in the same folder as your 
index.irev file
-

I checked the subdirectories for the other subdomain that is working and
it does not have a .htaccess file.
-
-- The .htaccess file could be in a higher directory. It could still have power 
over the subdirectories that are nested within it.
-

In the development site I had a .htaccess file in a subdirectory of the 
subdomain to protect some files in it.   That got copied over with the site.
Could that be interfering with the loading of the site?
-
-- Might be the case. If you can find where it got copied to you might try 
changing it, then leave it where it is.
-

I tested it on my server using this setup:

In the public_html folder I put two files

1. .htaccess

DirectoryIndex index.irev  -- only line in file

2. index.irev

-- contained this text





3. Make sure you transfer files with ASCII transfer mode

4. In the browser type

http://fake.on-rev.com

5. You will see the milliseconds in your browser

You might try this toy configuration to get a purchase on the problem.

Good luck,

Mike




Michael Kann  writes:

>
> Martin, I found the magic words.
>
> put this line:
>
> DirectoryIndex index.irev
>
> in your .htaccess file in the same directory as your index.irev folder
>
> --- On Tue, 4/27/10, Martin Koob  rogers.com> wrote:
>

Hi Michael
thanks for the quick reply

I looked for the .htaccess file.  There is one in the public_html directory
(it is blank) there is not one in the subdirectory for the subdomain. 

I checked the subdirectories for the other subdomain that is working and
it does not have a .htaccess file.

In the development site I had a .htaccess file in a subdirectory of the 
subdomain
to protect some files in it.   That got copied over with the site.
Could that be interfering with the loading of the site?

Martin


  
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: browser can't find .irev files on new on-rev subdomain

2010-04-27 Thread Martin Koob
Michael Kann  writes:

> 
> Martin, I found the magic words.
> 
> put this line:
> 
> DirectoryIndex index.irev
> 
> in your .htaccess file in the same directory as your index.irev folder
> 
> --- On Tue, 4/27/10, Martin Koob  rogers.com> wrote:
> 

Hi Michael
thanks for the quick reply

I looked for the .htaccess file.  There is one in the public_html directory
(it is blank)
there is not one in the subdirectory for the subdomain.  

I checked the subdirectories for the other subdomain that is working and
it does not have a .htaccess file.

In the development site I had a .htaccess file in a subdirectory of the 
subdomain
to protect some files in it.   That got copied over with the site. 
Could that be interfering with the loading of the site?

Martin




___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: browser can't find .irev files on new on-rev subdomain

2010-04-27 Thread Michael Kann
Martin, I found the magic words.

put this line:

DirectoryIndex index.irev

in your .htaccess file in the same directory as your index.irev folder





--- On Tue, 4/27/10, Martin Koob  wrote:

> From: Martin Koob 
> Subject: browser can't find .irev files on new on-rev subdomain
> To: use-revolution@lists.runrev.com
> Date: Tuesday, April 27, 2010, 11:08 AM
> I have set up a new subdomain on
> a  domain I am hosting on on-rev. 
>   
> I copied the files from another subdomain where I was
> developing the 
> site to the subdirectory for the new subdomain.
> 
> I can see all the irev pages in the on-rev client for both
> subdomains.
> 
> The development site works fine but I get a 404 error
> saying it can't 
> find the index.irev page in the site of the new
> subdomain.    If I 
> change the index page to a plain index.html page in the new
> 
> subdomain the page will display.  
> 
> 
> What could be the reason that the browser can't find the 
>  irev page?
> 
> Is there another setting I need to change in addition to
> creating 
> the subdomain?
> 
> Martin
> 
> ___
> use-revolution mailing list
> use-revolution@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage
> your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
> 



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: browser can't find .irev files on new on-rev subdomain

2010-04-27 Thread Michael Kann
Martin,

I think you make a change to the .htaccess file that lives in the same 
directory as your index.irev file.

You add a line that  overrides the server defaults for index files.

On my runrev subdomain there is an .htaccess file in the public_html folder. If 
you are working out of another folder you'll have to put your .htaccess file in 
that folder.

Let's see if we can get it going,

Mike

--- On Tue, 4/27/10, Martin Koob  wrote:

> From: Martin Koob 
> Subject: browser can't find .irev files on new on-rev subdomain
> To: use-revolution@lists.runrev.com
> Date: Tuesday, April 27, 2010, 11:08 AM
> I have set up a new subdomain on
> a  domain I am hosting on on-rev. 
>   
> I copied the files from another subdomain where I was
> developing the 
> site to the subdirectory for the new subdomain.
> 
> I can see all the irev pages in the on-rev client for both
> subdomains.
> 
> The development site works fine but I get a 404 error
> saying it can't 
> find the index.irev page in the site of the new
> subdomain.    If I 
> change the index page to a plain index.html page in the new
> 
> subdomain the page will display.  
> 
> 
> What could be the reason that the browser can't find the 
>  irev page?
> 
> Is there another setting I need to change in addition to
> creating 
> the subdomain?
> 
> Martin
> 
> ___
> use-revolution mailing list
> use-revolution@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage
> your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
> 



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution