Go Back   Profit Blogging Forum > Community Forum > Installing and Using WordPress

Installing and Using WordPress Post all questions on installing, upgrading, moving, importing and deleting Wordpress here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-02-08
fransg fransg is offline
Fresh Meat
 
Join Date: Feb 2008
Posts: 7
Question Permalinks & comments

When activating the "pretty permalinks" structures it becomes impossible to see or post any comments nor switch to other post, pages, whatsoever.

My .htacces file is writeable, the rewrite viewer plug-in gives this information:

> Permalink: /%category%/%postname%-%post_id%.htm
> Writable .htaccess file found
> mod_rewrite found
> Not using pathinfo style index permalinks
> Using mod_rewrite permalinks

.htacces looks like this:


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


Frontpage extensions are disabled, as that could be an issue too.

The permalinks do show in the browser, but that's all.

Obviously it has to be a setting on the server, but I have no clue..

Anyone experienced the same? And if so, how did you solve it?

Thanks in advance for any suggestions.

I have it activated in case you want to have a look: http://fotografie.fraco.nl

Same problems are in the www - domain, so it has notheing to do with the fact that it is a subdomain, I think...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 11-02-08
nekonron nekonron is offline
Administrator
 
Join Date: Dec 2007
Posts: 233
Default

Ive never seen this problem before actually. What is the permalink structure you entered in the permalinks options page?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 11-02-08
fransg fransg is offline
Fresh Meat
 
Join Date: Feb 2008
Posts: 7
Default

Currently it is set to:

/%year%/%monthnum%/%day%/%postname%/

just one of the standard options to choose from, that's the weird part of the question.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 12-02-08
nekonron nekonron is offline
Administrator
 
Join Date: Dec 2007
Posts: 233
Default

There's nothing wrong with your permalinks tructure, so it could be some problem with your Wordpress installation. Have you tried reinstalling your Wordpress?

Last edited by nekonron : 12-02-08 at 12:37 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 12-02-08
fransg fransg is offline
Fresh Meat
 
Join Date: Feb 2008
Posts: 7
Default

It is a new istallation, but done through my webhosts controlpanel.

I'll give it a try installing it from scratch myself.

Thanks so far for replying, I'll keep you posted.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 12-02-08
nekonron nekonron is offline
Administrator
 
Join Date: Dec 2007
Posts: 233
Default

Its a bit complicated to install Wordpress manually. I recommend that you reinstall using Fantastico (I'm assuming you're using cPanel) after deleting the current installation.

Did you install any plugins? Have you tried disabling all your plugins and see if that solved the problem ?

Last edited by nekonron : 12-02-08 at 03:12 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 12-02-08
fransg fransg is offline
Fresh Meat
 
Join Date: Feb 2008
Posts: 7
Default

I tried the permalinks with a new & fresh install to make sure no plugins would cause any problems. I had noticed it with my other blog not working, so tried it first.

I am not using C-panel, my hosting provider has one of it's own.

I"ll give it a try, see how far I can get. Read the help at Wordpress.org first very thoroughly.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 13-02-08
fransg fransg is offline
Fresh Meat
 
Join Date: Feb 2008
Posts: 7
Default

Manual install didn't do the trick...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 13-02-08
nekonron nekonron is offline
Administrator
 
Join Date: Dec 2007
Posts: 233
Default

Have you tried any other permalinks structure?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 13-02-08
fransg fransg is offline
Fresh Meat
 
Join Date: Feb 2008
Posts: 7
Default

Yes, tried every possible combination..

BUT, good news, I have solved it, for now, by using a small plug in named: verbose rewrite plugin, made by Ryan Boren (boren.nu).

It looks like this:

Quote:
/*
Plugin Name: Verbose Rewrite Rules
Plugin URI: http://wordpress.org/#
Description: Forces the use of extended rewrite rules rather than the compact set.
Author: Ryan Boren
Version: 0.1
Author URI: http://boren.nu/
*/

function verbose_rewrite() {
global $wp_rewrite;

$wp_rewrite->use_verbose_rules = true;
}

add_action('init', 'verbose_rewrite');

?>

This did the trick. Just need to check if it affects my webpage loadingtime, but the permalinks seem to work..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

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



All times are GMT +9. The time now is 02:54 PM.


LinkBacks Enabled by vBSEO 3.0.0 RC4

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29