New Concrete5 User Having A Little Issue

Permalink
So I'm a really tech savvy guy, but I'm a wee bit confused. I've added pages to my site, added links to these pages, and they show up blank still, even though the dashboard shows they have content. And these blank pages don't have the editing bar on the top of the page.

Could it be 1and1's Safe Mode doing this?

danceacademymusic.com

dluciano
 
mhawke replied on at Permalink Reply
mhawke
In order to use the links such as /music you need to enable 'Pretty URL's in the dashboard. With Pretty URLs off, any links you create need to have /index.php/music like this:

http://danceacademymusic.com/index.php/music/...
dluciano replied on at Permalink Reply
dluciano
You're my hero. Thank you!
dluciano replied on at Permalink Reply
dluciano
Wait... It IS on, still not working, and here's the code:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}/index.html !-f
RewriteCond %{REQUEST_FILENAME}/index.php !-f
RewriteRule . index.php [L]
</IfModule>
mhawke replied on at Permalink Reply
mhawke
hummm... it's acting like Pretty URL's is off. Try flipping Pretty URLs off and back on again.

I also found this:

http://faq.oneandone.co.uk/server/root_server/conf/11.html...

and this:

http://www.pcadvisor.co.uk/news/internet/3467371/11-launches-new-we...
mhawke replied on at Permalink Reply
mhawke
Even when I am successful at landing on a page, the page is blank (except for the home page). Is there actual content on the internal pages or is it currently just a skeleton?
enlil replied on at Permalink Reply
enlil
I notice the "about" page is in the trash. Are the other pages under this one in the sitemap by any chance ??
enlil replied on at Permalink Reply
enlil
you can see the page if you visit:
http://danceacademymusic.com/index.php/music/...
mhawke replied on at Permalink Reply
mhawke
Yes. See my first post.