• I created the .htaccess file, edited it as given in the respective template, I’ll put it in here just in case:


    RewriteEngine On
    RewriteBase /test/wordpress/
    RewriteRule ^category/(.*)/(feed|rdf|rss|rss2|atom)/?$ /test/wordpress/wp-feed.php?category_name=$1&feed=$2 [QSA]
    RewriteRule ^category/?(.*) /test/wordpress/index.php?category_name=$1 [QSA]
    RewriteRule ^author/(.*)/(feed|rdf|rss|rss2|atom)/?$ /test/wordpress/wp-feed.php?author_name=$1&feed=$2 [QSA]
    RewriteRule ^author/?(.*) /test/wordpress/index.php?author_name=$1 [QSA]
    RewriteRule ^([0-9]{4})/?([0-9]{1,2})?/?([0-9]{1,2})?/?([0-9]{1,2})?/?([0-9]{1,2})?/?([0-9]+)?/?$ /test/wordpress/index.php?year=$1&monthnum=$2&day=$3&hour=$4&minute=$5&page=$6 [QSA]
    RewriteRule ^([0-9]{4})/?([0-9]{1,2})/([0-9]{1,2})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$ /test/wordpress/wp-feed.php?year=$1&monthnum=$2&day=$3&hour=$4&minute=$5&feed=$6 [QSA]
    RewriteRule ^([0-9]{4})/?([0-9]{1,2})/([0-9]{1,2})/([0-9]{1,2})/([0-9]{1,2})/trackback/?$ /test/wordpress/wp-trackback.php?year=$1&monthnum=$2&day=$3&hour=$4&minute=$5 [QSA]
    RewriteRule ^feed/?([_0-9a-z-]+)?/?$ /test/wordpress/wp-feed.php?feed=$1 [QSA]
    RewriteRule ^comments/feed/?([_0-9a-z-]+)?/?$ /test/wordpress/wp-feed.php?feed=$1&withcomments=1 [QSA]

    Template tags have the following structure:

    /%year%/%monthnum%/%day%/%hour%/%minute%/

    The result is as follows:
    Permalinks seem to be working properly – all pages open, but the comments are not shown and the post has the form it has on the main page (text after “more” or nex page is not seen either. No changes was made so far to the default installation.

Viewing 1 replies (of 1 total)
  • Thread Starter unclesam

    (@unclesam)

    Not necessary any more. I just changed the template to show the post ID, and everything got much better. Thank you, anyway

Viewing 1 replies (of 1 total)
  • The topic ‘permalinks not functional – comments, “more” etc’ is closed to new replies.