![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
The archive "by month" links are broken.
If go to http://kiptip.com/archives/ and click on "January 2009" it tries to open http://kiptip.com/01/2009/ 404 error... :( Here is my .htacess file: Code:
RewriteEngine on
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://kiptip.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://kiptip.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.kiptip.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.kiptip.com$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ http://kiptip.com [R,NC]
Category base: category Tag base: tags Archives page: http://kiptip.com/archives/ Any ideas? Thanks! |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| I'd like to add "next" and "previous" links at the bottom of my posts | lizh | General Discussion | 2 | 05-09-2010 08:06 PM |
| "Recent Comments" links broken | singlelane | General Discussion | 3 | 12-17-2009 08:34 PM |
| "Read More" links broken | mikewilltoo | General Discussion | 16 | 08-04-2009 01:17 PM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us