WordPress Custom Structure Permalink Problem

Asked By 70 points N/A Posted on -
qa-featured

Hey there is a problem with my WordPress site's "biggest offer Dot com" permalink.

First time custom permalinks were working fine but now for few days when i click to my post link it response nothing. I did again change my custom link but it is not working, it always works when i put the permalink in default. But i want to show it in custom permalink.

Does anyone have this solution?

 

SHARE
Best Answer by Zohair Raza
Best Answer
Best Answer
Answered By 0 points N/A #130868

WordPress Custom Structure Permalink Problem

qa-featured

Hi,

WordPress offers different types of permalinks, in custom type mostly used format is " /%postname%-%post_id%/  "

Try setting it to the same and if it still doesn't work then these could be the reasons and you need to check and fix in the way defined below

1. Permission of .htaccess file

First check if there exist a file named .htaccess if it exists then you need to chmod the htaccess file either to 655(recommended) or 666

2. Blocking by web hosting provider

Open file wp-includes/vars.php and comment out the text 

' $is_apache = strstr($_SERVER['SERVER_SOFTWARE'], 'Apache') ? 1 : 0; '

so it should look like

// $is_apache = strstr($_SERVER['SERVER_SOFTWARE'], 'Apache') ? 1 : 0;

Then enter a new line

$is_apache = 1;

3. AllowOverride disabled in apache config file

If you have access to apache config file (httpd.conf or httpd.config)  locate AllowOverride under <Directory /> and <Directory /var/www/html> and set  AllowOverride to All if set to none.

If this parameter is set to yes, then web server ignore reading .htaccess file.

Hope it helps. 

Answered By 10 points N/A #195867

WordPress Custom Structure Permalink Problem

qa-featured

Dear Harry Miller

Source and file name extension is important for file rename. YouTube that deals about video file where file extension remain by default flv or mp4. When you change it, it show may corrupt sometimes. Solution of this problem you can convert this file by using different media file converting software.

Thanks and Regards

Manik

 

Related Questions