kazmeyer
Forum Replies Created
-
Forum: Plugins
In reply to: Static pages…. faked….Hello,
First off, thanks for your help.
I don’t have WordPress installed on the root. It’s in a folder called “WordPress”.
Here are the re-write rules:
# BEGIN FAKED FOLDERS RULES
RewriteRule ^testing/([^/]+)/?$ /index.php?static=true&template=1&name=$1 [QSA]
RewriteRule ^testing/?$ /index.php?static=true&template=1&p=2 [QSA]
RewriteRule ^anothertest/?$ /index.php?static=true&template=1&p=4 [QSA]
# END FAKED FOLDERS RULESForum: Plugins
In reply to: Static pages…. faked….uhm, I am not using .htaccess for my permalinks…in fact I don’t even know what that is.
Sorry…I’m new to all this bloggin stuff!Forum: Plugins
In reply to: Static pages…. faked….Okay…obviously I’m a complete noob here, but I can’t get this working. These are the steps I took:
1] installed it correctly (I think!)
2] set up a ‘faked-folder’
3] added drafts to the faked-folder.
4] “set” one of the drafts (this sets the draft as the ‘index’ for that folder, right?)
My assumption was, if I created a faked-folder called “testing”, I could find the draft I associated with it by going here:
http://www.mywebsite.com/testing/
Maybe I’m just tired…maybe I need a beer… i dunno.
Any help would be appreciated!Forum: Plugins
In reply to: Static pages…. faked….I’ll check that out…thanks!
Forum: Plugins
In reply to: Static pages…. faked….This works…but I have a (potentially) stupid question.
Is there a way to edit those static pages with the editor?
(I realize you can edit the html file, but I am settting this up for someone who doesn’t know any html; it would be handy to use the editor for bold, italics, etc.)
Thanks!