View Single Post
  #1 (permalink)  
Old 05-06-2008, 05:15 PM
Glowball Glowball is offline
Junior Member
 
Join Date: May 2008
Location: Westminster, CO
Posts: 1
Question Accessing Folder without Zend

I've inherited a site that is using the Zend framework and everything works just fine, but it's the first time I've worked with Zend (I've worked with CodeIgniter a lot, though). I need to access a PHP page in a directory that doesn't need the framework. The file is in a place like this:

MyDomain.com – Buy Domains for $8.95 – Free Domain Name Management tools

The page is there, but of course when I try to access it I get the Zend error 'Invalid controller specified'. I've been messing around with the .htaccess file trying to get Zend to ignore this entire directory, but I'm not having any luck.

Does anyone have a suggestion to get Zend to ignore this directory? Thanks!
Reply With Quote