icon Get the most out of Surmunity, read our tips here! Need an interesting blog to read? You've got to read the Surpass Blog! | Welcome! Please register to access all of our features.

» Surpass Web Hosting Forums » Discussions » All Things Techy » Site Maintenance » WordPress permalinks option remove index.php/ from all

Site Maintenance Program updates, securing your website, creating backups.

Reply
 
LinkBack Thread Tools Search this Thread
Old March 11th, 2007, 12:53 AM   #1 (permalink)
Registered User
Fresh Surpasser
 
Joined in Feb 2007
7 posts
Gave thanks: 1
Thanked 0 times
WordPress permalinks option remove index.php/ from all

I posted this in the wordpress support forums, but no one's replying. So I'll also post this here. :] Thanks.

Hi. In my wordpress admin panel > Options > Customize Permalink Structure, it displays the following:

Common options:

Default
» http://domain.com/?p=123

Date and name based
» http://domain.com/index.php/2007/03/10/sample-post/

Numeric
» http://domain.com/index.php/archives/123


It used to be fine without the index.php/ in those options before I "cleaned up" the frontpage extensions.. which also flushed out the all the .htaccess files. So now it has that thing in there, and it still kind of works, but now I have to modify the .htaccess manually instead of it being automatic like it was before. Is there any way to fix this problem? Thanks in advance.
DarkSentry is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old March 11th, 2007, 3:52 PM   #2 (permalink)
Registered User
Fresh Surpasser
 
Joined in Feb 2007
14 posts
Gave thanks: 0
Thanked 3 times
Not sure about what you did with the "clean up" of frontpage, but here are a couple simple things you can check.

First, you could check the customize permalinks text box and see what is there.

For example, mine has /%year%/%monthnum%/%day%/%postname%/ and my links show as /2007/03/08/article-title/.

If that looks OK you could check the general options and see if your blog URL has index.php at the end. Mine just has blog.domain.com. Also the blog address and wordpress address are the same.

If neither of these do solve the problem then hopefully someone else can offer better help
__________________
SH118:

(click the image for complete status info)
DominionKnight is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old March 12th, 2007, 5:21 PM   #3 (permalink)
Registered User
Comfy Contributor
 
KarahLeigh's Avatar
 
Joined in Aug 2004
Lives in Valdosta, Georgia
Hosted on Nifty
175 posts
Gave thanks: 1
Thanked 1 Time in 1 Post
I had this same problem on my blog (http://blog.trackbunnies.org).

Just add this to your .htaccess file and then go and put in the permalinks the way you want them and it should work.

Quote:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /index.php/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php/index.php [L]
</IfModule>
__________________
http://www.trackbunnyfilms.com

Server: sh104
KarahLeigh is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On