Only one page comes up with a “page not found”
-
Here is the link: Page
Here’s what I did:
I created a custom template called ‘media’, uploaded it, changed the template (in the dropdown) in the dashboard, and everything was working fine.
Then, I entered some javascript into the media template, uploaded it, and the ‘page not found’ came up. So, I removed the javascript thinking that was the problem, uploaded it, and still got a ‘page not found’.
I even switched back to the default template through the dashboard and I still get a ‘page not found’.
Can someone please help me diagnose this problem?
By the way, the javascript I entered was JW’s script for the flv player (if it’s of any relevance):
<script type='text/javascript'> var so = new SWFObject('https://dresdenandjohnston.com/media/player.swf','mpl','425','200','9'); so.addParam('allowfullscreen','true'); so.addParam('allowscriptaccess','always'); so.addParam('wmode','opaque'); so.addVariable('file','https://dresdenandjohnston.com/media/playlist.xml'); so.addVariable('backcolor','#130847'); so.addVariable('frontcolor','#ffffff'); so.addVariable('lightcolor','#ffffff'); so.addVariable('screencolor','#ffffff'); so.addVariable('playlist','bottom'); so.write('mediaspace'); </script>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Only one page comes up with a “page not found”’ is closed to new replies.