Google
Edit File: .htaccess
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^.*[-](\d+)/$ index\.php?id=$1&%{QUERY_STRING} [L] RewriteRule ^.*[-](\d+)-.*/$ index\.php?id=$1&%{QUERY_STRING} [L] RewriteRule ^.*[-/]o(\d+)-.*$ index\.php?id=$1&%{QUERY_STRING} [L] RewriteRule ^o(\d+)-.*$ index\.php?id=$1&%{QUERY_STRING} [L] RewriteRule ^h(\d+)[-/].*[-/]o(\d+)-.*$ index\.php?id=$1-$2&%{QUERY_STRING} [L] RewriteRule ^h(\d+)[-/]o(\d+)[-/].*$ index\.php?id=$1-$2&%{QUERY_STRING} [L] RewriteRule ^o(\d+)[-/].*[-/]h(\d+)[-/].*$ index\.php?id=$2-$1&%{QUERY_STRING} [L] RewriteRule ^o(\d+)[-/]h(\d+)[-/].*$ index\.php?id=$2-$1&%{QUERY_STRING} [L] RewriteRule ^.*[-/]o(\d+)[-/]h(\d+)[-/].*$ index\.php?id=$2-$1&%{QUERY_STRING} [L] RewriteRule ^.*[-/]o(\d+)[-/].*[-/]h(\d+)[-/].*$ index\.php?id=$2-$1&%{QUERY_STRING} [L] RewriteRule ^.*[-/]h(\d+)[-/].*[-/]o(\d+)[-/].*$ index\.php?id=$1-$2&%{QUERY_STRING} [L] RewriteRule ^.*[-/]h(\d+)[-/]o(\d+)[-/].*$ index\.php?id=$1-$2&%{QUERY_STRING} [L] RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php83” package as the default “PHP” programming language. <IfModule mime_module> AddHandler application/x-httpd-ea-php83 .php .php8 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit