• Pages that I create aren’t displayed at all. I don’t think its a modrewrite issue, because when I use the slug for posts those display fine.
    ————————————————–
    Apache: 10333100
    Loaded Modules:
    mod_security, mod_dosevasive, mod_ssl, mod_php4, mod_perl, mod_frontpage, mod_setenvif, mod_so, mod_headers, mod_expires, mod_auth_anon, mod_auth, mod_access, mod_rewrite, mod_alias, mod_userdir, mod_actions, mod_imap, mod_asis, mod_cgi, mod_dir, mod_autoindex, mod_include, mod_info, mod_status, mod_negotiation, mod_mime, mod_log_referer, mod_log_agent, mod_log_config, mod_env, mod_vhost_alias, http_core

Viewing 3 replies - 1 through 3 (of 3 total)
  • is your .htaccess at least 666 ?

    Thread Starter phillyhotshots

    (@phillyhotshots)

    It’s 777

    Thread Starter phillyhotshots

    (@phillyhotshots)

    OK it has to be an htaccess issue. I can’t figure out whats up though! I created a page and called it “gifts”. When I go to view via URL or by clicking on the “View” button… I get 404.

    So I looked at the htaccess file and see that it was indeed written to:

    RewriteRule ^(gifts)/trackback/?$ /index.php?pagename=$1&tb=1 [QSA,L]
    RewriteRule ^(gifts)/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?pagename=$1&feed=$2 [QSA,L]
    RewriteRule ^(gifts)/(feed|rdf|rss|rss2|atom)/?$ /index.php?pagename=$1&feed=$2 [QSA,L]
    RewriteRule ^(gifts)/page/?([0-9]{1,})/?$ /index.php?pagename=$1&paged=$2 [QSA,L]
    RewriteRule ^(gifts)(/[0-9]+)?/?$ /index.php?pagename=$1&page=$2 [QSA,L]

    Am I missing something?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pages Are Not Displaying’ is closed to new replies.