how to redirect non php extension url to php extension url htaccess? – Apache
I have added .php extension to all my pages in wordpress through functions.php. My Code - <?php // Do NOT include the opening PHP tag // Add .PHP to page permalinks add_action('init', 'ss_php_pages', -1); function ss_php_pages() { global $wp_rewrite; if…