I created a sub-file named blog in my site's server. access the blog url is:when i checked Post name checkbox item http://www.example.com/blog/index.php/sample-post/ in the Permalink Settings part. when i access post. it shows not found. when i unenabled the url rewrite. when view all the post,all are ok.Code:http://example.com/blog or http://example.com/blog/?p=123
my server supports the url rewrite.then i created .htaccess(644). put it into blog file and put code:
it still can't work. why?HTML Code:# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress



Reply With Quote




Bookmarks