you dont have to list everything inside, just give access to the main special folder
sounds to me that you need some work done in side your special files maybe the links are not correct
you know that you can just add a normal page (not external) and use an iframe to include it in that page right.
do this as a test...
add page called testpage (not external)
then edit that page and inside the html block just put
<span> Hello i am your new page </span>
and save it, then go to your menu and click that page you will see the text above
now create a simple html file called testme.html and put that in your root, then add that file name in your htaccess where we taked about to give permission.
inside that testme.html put
<html>
<head>
<title>test page</title>
</head>
<body>
<span> Hello i am your new page </span>
</body>
</html>
and save it..
then add a page (not external) and call it seemytest then edit that page and put in the html box
<iframe src="/testme.html" height="575" width="670"></iframe>
and save it... (notice i put a leading / it tells the server to start at the root. )
now go to your menu and click on seemytest
whalaaaa. :)
Yes Aliia, it was a combiniation of his htaccess, php ini (he had none), offsetting for horrible hosting setup, and putting the right files where they needed to be. But we finally got this done.
We still have a huge issue with his video, even with me replacing his video files. When he posts a video in the newsfeed he gets a red error banner that says error and nothing posts. There is nothing in the debug, nothing in the error log. Other than a 408, the only thing i can gather is that since he is limited to 1mb IO on his plan, and the fact that he did a auto install, that those two have somthing to do with it. Also the script is requiring him to have allow_url_fopen turned On in his php.ini, is that normal i have mine off on my sites.
Any ideas on that one... if you want to start a new thread i will :)
Its the embed video thats not working on the newsfeed he just gets that red error banner. But embeds work fine from the video page. I just dont know why the embed does not work at all when it comes to the newsfeed. I cant find anything that is telling me what the error is ya know.
They changed his mod security rules after the install from my knowledge.
here is what happens when we try to embed a vid in the newsfeed. We get the error banner and then the process indicater on the bottom just sits there and spins and nothing else happens.
As far as the newsfeed needing PW that is just nuts, they are probably tallking about the connection to the db and that is taken care of inside te script. But it does not have an issue with other parts of the script.
Here is how this picture is really beginning to look. The hosting world is full of all kinds of servers and and all kinds of config for those servers, some run oxwall and other scripts better than others. And then once in a great while you run accross a server who's config is so out if wack with the script that it drives you nuts. That is what IMO is what is happening here. Either they set up this shared server to run one particular script in the beginning with specialized config and decided to add it to the masses or whatever the reason this server is not liking oxwall at all.
You might be able to have them change you to a different server but i think they way i see that company u might very well run into the same issue. I wonder if replacing that file would work maybe that file got corrupted for some reason.