Using Both Directories and WordPress Pages?
-
Say I have a WordPress Page called “life”.
This would make a URL such as:
yourdomainhere.com/life/
Okay, if I wanted to then use zenphoto in a directory called “photos” but wanted the URL to look like:
yourdomainhere.com/life/photos/
then I have to create an actual directory called “life”. But I still want to keep that “life” page as the page you see when going to yourdomainhere.com/life/ – but instead MediaTemple kicks up a 403 page because it’s looking for an index page.
Is there a .htaccess bit of code or some sort of code I can put into an index.php page inside that directory to tell it to look for the WordPress page – but still be able to access the ZenPhoto’s index page when viewing yourdomainhere.com/life/photos/ ?
Or is this impossible?
*edit* – I noticed that my subpages work okay, just to point it out. for example, my wordpress page /life/resume/ works fine — just not /life/
- The topic ‘Using Both Directories and WordPress Pages?’ is closed to new replies.