CodeIgniter Forums
Dreamweaver Live View - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Dreamweaver Live View (/showthread.php?tid=63251)



Dreamweaver Live View - DanO - 10-11-2015

I have just installed CI and tried it for the first time, downloaded/uploaded on my remote server. I use Dreamweaver CC 2015 as my editor. I also use Bootstrap3 in my web applications.
My 'Design' view are the files on my local drive. My testing server 'Live' is on the remote server.
When I normally went to 'Live' view to display my PHP files, they would show in my WYSIWYG area.
Now, as I am going through the tutorials and working the examples, as you can imagine because of the Applications folder and the controllers/views subfolders, when I want to view the webpage in 'Live' view, I get:

403 Permission Denied
You do not have permission for this request /application/views/todo.php

Is there a way I can view the pages in Dreamweaver's 'Live' view?

Thanks


RE: Dreamweaver Live View - mwhitney - 10-13-2015

While there probably is a way, and I might even be interested in hearing about it, you would usually be better off using a browser for your live view. Not only does it make sure that your 'Live' view is showing you what a browser will actually show you (because I don't know how many times I've run into issues that didn't show up in DreamWeaver, but managed to show up on every browser I tested), but it gets you accustomed to working the way you might work with tools other than DreamWeaver, should you ever have to (or decide to) work with something else.

Honestly, though, you may be closer to getting this to work than most people ever do. It really just looks like you're having an issue with the permissions on the files, possibly because the account used by whatever server is being used to render the 'Live' view doesn't have read access to the file.