htaccess Elite

.htaccess tutorial


All times are UTC [ DST ]





Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: Wordpress Permalink Help - Newby
PostPosted: 25 Jul 2008 21:50 
Offline

Joined: 25 Jul 2008 18:37
Posts: 1
Okay, so I am really struggling here. I have read about a million posts on this topic, and am really close to throwing to towel in! I need help.

Not too sure if this is a .htaccess issue, but could someone please direct me here.

I am a newby to unix, well fairly new. Been running it for a year now.

Running an Ubuntu Server, with a default WordPress install. Now at ver 2.6.1-alpha - had to due to index.php 404 error.

All I want is my domain name: http://www.nunnsby.com with the year/month/day/post name. What I currently have is the index.php/year/... etc. You get the point. If I change it to the standard structure of Day and Name in common settings in Wordpress (http://www.nunnsby.com/2008/07/25/sample-post/), I get the following error:

Not Found

The requested URL /2008/06/25/back-on-land-launda/ was not found on this server.
Apache/2.2.4 (Ubuntu) PHP/5.2.3-1ubuntu6.3 Server at http://www.nunnsby.com Port 80

Please, any advise to get the normal structure of site/year/month/name/day would be most appreciated, as I have been struggling, trying everything I possibly can for about 6 months now!! :( I can't imagine I am the only person gettig this error!

This is the setup I currently have:

Permalink Custom Structure of : /index.php/%year%/%monthnum%/%day%/%postname%/

No Category or Tag Bases.

The AARewriteRules plugin shows:

> Permalink: /index.php/%year%/%monthnum%/%day%/%postname%/
> Writable .htaccess file found
> mod_rewrite found
> Using pathinfo style index permalinks
> Not using mod_rewrite permalinks

WordPress generated .htaccess file:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

All WordPress rewrite rules:

robots.txt$ == index.php?robots=1
.*wp-atom.php$ == index.php?feed=atom
.*wp-rdf.php$ == index.php?feed=rdf
.*wp-rss.php$ == index.php?feed=rss
.*wp-rss2.php$ == index.php?feed=rss2
.*wp-feed.php$ == index.php?feed=feed
.*wp-commentsrss2.php$ == index.php?feed=rss2&withcomments=1
index.php/feed/(feed|rdf|rss|rss2|atom)/?$ == index.php?&feed=$1
index.php/(feed|rdf|rss|rss2|atom)/?$ == index.php?&feed=$1
index.php/page/?([0-9]{1,})/?$ == index.php?&paged=$1
index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$ == index.php?&feed=$1&withcomments=1
index.php/comments/(feed|rdf|rss|rss2|atom)/?$ == index.php?&feed=$1&withcomments=1
index.php/comments/page/?([0-9]{1,})/?$ == index.php?&paged=$1
index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$ == index.php?s=$1&feed=$2
index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$ == index.php?s=$1&feed=$2
index.php/search/(.+)/page/?([0-9]{1,})/?$ == index.php?s=$1&paged=$2
index.php/search/(.+)/?$ == index.php?s=$1
index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$ == index.php?category_name=$1&feed=$2
index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$ == index.php?category_name=$1&feed=$2
index.php/category/(.+?)/page/?([0-9]{1,})/?$ == index.php?category_name=$1&paged=$2
index.php/category/(.+?)/?$ == index.php?category_name=$1
index.php/tag/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$ == index.php?tag=$1&feed=$2
index.php/tag/(.+?)/(feed|rdf|rss|rss2|atom)/?$ == index.php?tag=$1&feed=$2
index.php/tag/(.+?)/page/?([0-9]{1,})/?$ == index.php?tag=$1&paged=$2
index.php/tag/(.+?)/?$ == index.php?tag=$1
index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ == index.php?author_name=$1&feed=$2
index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ == index.php?author_name=$1&feed=$2
index.php/author/([^/]+)/page/?([0-9]{1,})/?$ == index.php?author_name=$1&paged=$2
index.php/author/([^/]+)/?$ == index.php?author_name=$1
index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$ == index.php?year=$1&monthnum=$2&day=$3&feed=$4
index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$ == index.php?year=$1&monthnum=$2&day=$3&feed=$4
index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$ == index.php?year=$1&monthnum=$2&day=$3&paged=$4
index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$ == index.php?year=$1&monthnum=$2&day=$3
index.php/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$ == index.php?year=$1&monthnum=$2&feed=$3
index.php/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$ == index.php?year=$1&monthnum=$2&feed=$3
index.php/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$ == index.php?year=$1&monthnum=$2&paged=$3
index.php/([0-9]{4})/([0-9]{1,2})/?$ == index.php?year=$1&monthnum=$2
index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$ == index.php?year=$1&feed=$2
index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$ == index.php?year=$1&feed=$2
index.php/([0-9]{4})/page/?([0-9]{1,})/?$ == index.php?year=$1&paged=$2
index.php/([0-9]{4})/?$ == index.php?year=$1
index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$ == index.php?attachment=$1
index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$ == index.php?attachment=$1&tb=1
index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ == index.php?attachment=$1&feed=$2
index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ == index.php?attachment=$1&feed=$2
index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$ == index.php?year=$1&monthnum=$2&day=$3&name=$4&tb=1
index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ == index.php?year=$1&monthnum=$2&day=$3&name=$4&feed=$5
index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ == index.php?year=$1&monthnum=$2&day=$3&name=$4&feed=$5
index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$ == index.php?year=$1&monthnum=$2&day=$3&name=$4&paged=$5
index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$ == index.php?year=$1&monthnum=$2&day=$3&name=$4&page=$5
index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$ == index.php?attachment=$1
index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$ == index.php?attachment=$1&tb=1
index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ == index.php?attachment=$1&feed=$2
index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ == index.php?attachment=$1&feed=$2
index.php/.+?/attachment/([^/]+)/?$ == index.php?attachment=$1
index.php/.+?/attachment/([^/]+)/trackback/?$ == index.php?attachment=$1&tb=1
index.php/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ == index.php?attachment=$1&feed=$2
index.php/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ == index.php?attachment=$1&feed=$2
index.php/(.+?)/trackback/?$ == index.php?pagename=$1&tb=1
index.php/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$ == index.php?pagename=$1&feed=$2
index.php/(.+?)/(feed|rdf|rss|rss2|atom)/?$ == index.php?pagename=$1&feed=$2
index.php/(.+?)/page/?([0-9]{1,})/?$ == index.php?pagename=$1&paged=$2
index.php/(.+?)(/[0-9]+)?/?$ == index.php?pagename=$1&page=$2


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 14 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Powered by phpBB