Skip to:
Content
Pages
Categories
Search
Top
Bottom

Mysite.com/blog – how do you get this to work?


  • justinflitter
    Participant

    @justinflitter

    I have hustlefest.net/blog where all the posts should collate but I get an error “Sorry, no posts matched your criteria”

    what am i doing wrong, not doing etc

    how do you get this to work?

Viewing 3 replies - 1 through 3 (of 3 total)

  • Rohan Kapoor
    Participant

    @rohan_kapoor

    This would imply their is a problem in your .htaccess file. Could you post that here as well as reset your permalink settings.


    justinflitter
    Participant

    @justinflitter

    I had to change the file name for .htaccess to htaccess.txt and then i get this

    RewriteEngine On

    RewriteBase /

    #uploaded files

    RewriteRule ^(.*/)?files/$ index.php [L]

    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*

    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

    # add a trailing slash to /wp-admin

    RewriteCond %{REQUEST_URI} ^.*/wp-admin$

    RewriteRule ^(.+)$ $1/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]

    RewriteCond %{REQUEST_FILENAME} -d

    RewriteRule . – [L]

    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]

    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]

    RewriteRule . index.php [L]

    <IfModule mod_security.c>

    <Files async-upload.php>

    SecFilterEngine Off

    SecFilterScanPOST Off

    </Files>

    </IfModule>

    I had the permalinks set to /%postname%/ but have changed it back to

    http://hustlefest.net/2009/08/23/sample-post/


    justinflitter
    Participant

    @justinflitter

    actually its working now – must have been the permalink setting :)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mysite.com/blog – how do you get this to work?’ is closed to new replies.
Skip to toolbar