Go To File Manager
# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress
Add Code In .htaccess File
if not Showing .htaccess File
Go to Settings of File Manager in Cpannel
Show Hidden Files
Otherwise Create new .htaccess File With Above Code