Can’t get permalinks working!

Inside of your config you have the following: <Directory /> Options FollowSymLinks AllowOverride None </Directory> You should change it to the following: <Directory /> Options FollowSymLinks AllowOverride All </Directory> The AllowOverride directive is what allows the .htaccess file to be read. If you still have trouble, make sure you change this in the <Directory “/var/www/html”> … Read more

rename ‘page’ URL fragment in pretty permalinks

A bit late but maybe usefull for someone else… code goes to functions.php. You have to flush your rewrite rules. <?php // Set custom pagination_base function mytheme_pagination_base() { global $wp_rewrite; $wp_rewrite->pagination_base=”pagina”; } add_action( ‘init’, ‘mytheme_pagination_base’ );

Page Name and Permalinks

You have to permanently delete the post from the trash to be able to use that permalink again. At the top of the pages list, where it says All, Published, Trash, click trash and then select permanently delete link for that page.

How to redirect RSS feeds to Feedburner and keep pretty permalinks?

The rules for Feedburner should come before the WordPress rules. And activate the rewrite engine just once. That’s enough. 🙂 <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{HTTP_USER_AGENT} !FeedBurner [NC] RewriteCond %{HTTP_USER_AGENT} !FeedValidator [NC] RewriteRule ^feed/?([_0-9a-z-]+)?/?$ http://feeds.feedburner.com/ZoomingJapan [R=302,NC,L] RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)