Forums

Pages Are Not Displaying (4 posts)

  1. phillyhotshots
    Member
    Posted 4 years ago #

    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

  2. podz
    Support Maven
    Posted 4 years ago #

    is your .htaccess at least 666 ?

  3. phillyhotshots
    Member
    Posted 4 years ago #

    It's 777

  4. phillyhotshots
    Member
    Posted 4 years ago #

    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?

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.