Configure Custom Wordpress Permalink

The next guidelines volition aid us debug a custom wordpress permalink. Normally nosotros desire the URL to move customized, has feel for SEO purposes exactly wordpress past times default usage the jurassic id organization (page_id=xxx). Fortunately wordpress already offering this feature, exactly is ever tricky to setup especially on dissimilar configuration. So what to cheque (applicable on both Windows as well as Ubuntu)? 1.) Make certain that rewrite module is enabled, inwards apache's http.conf brand certain that the below business is uncommented. LoadModule rewrite_module modules/mod_rewrite.so 2.) In the apache's http.conf directory setting modify AllowOverride value from None to All, at that topographic point are ii instances brand certain you lot modify the 2d instance. AllowOverride All 3.) Normally wordpress volition practise a .htaccess inwards your wordpress installation's beginning folder when you lot pick out custom permalink. In representative you lot already accept 1 as well as it's read-ony, here's how it expect like:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress 
4.) Make certain that you lot don't accept this setting inwards your apache's http.conf AccessFileName htaccess.txt 5.) If everything fails, you lot tin ever laid custom permalink to this 1 :-) /index.php/%postname%/
Next
Previous
Click here for Comments

0 komentar:

Please comment if there are any that need to be asked.