SitePoint Sponsor |
|
User Tag List
Results 1 to 6 of 6
-
Oct 5, 2008, 08:40 #1
- Join Date
- Aug 2007
- Location
- 216/GMT+1
- Posts
- 156
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
404 Error, Permalink in WordPress.
Hi Friends,
I have just setup WordPress. In settings > Permalink I have selected Custom structure: /%category%/%postname%/ to change http://www.domain.ltd/?p=123 to http://www.domain.ltd/category/postname. The surprise is an 404 Error
Any idea to fix it, thanks
-
Oct 5, 2008, 09:18 #2
Check the .htaccess file in the root of your WP install, make sure it has something like this in it.
Code:# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
-
Oct 5, 2008, 09:39 #3
- Join Date
- Aug 2007
- Location
- 216/GMT+1
- Posts
- 156
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
-
Oct 5, 2008, 12:15 #4
Is your blog installed in a directory named services?
-
Oct 5, 2008, 16:52 #5
- Join Date
- Aug 2007
- Location
- 216/GMT+1
- Posts
- 156
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
-
Oct 16, 2008, 16:57 #6
- Join Date
- Aug 2007
- Location
- 216/GMT+1
- Posts
- 156
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
when I add ? after installation path, the permalinks works
Bookmarks