1

when opening a CodeIgniter View file in Dreamweaver Design View (application/views/register.php), the Design View loads only the content in the file (without css), because it tries to open localhost/mysite/application/views/register.php instead of localhost/mysite/register where is the register page with header.php and footer.php loaded before and after register.php (I'm loading these Views from another View called template.php).

So, the question is: How to tell Dreamweaver which is the correct url that is must open? Is there something like url rewriting in Dreamweaver?

Thanks!

4

0 回答 0