Shadi G ???? ??
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Thank you
Problem not resolved…. why only your plugin does not work…. it should not be that difficult to run. should figure out away to make more simple.
Thanks, that works, but I would not have guessed that solution. It is better to simplify things for people.
Hello @dimodi ,
I have disabled all plugins, and the also my theme, so from where that custom function will come?This console errors:
image link: https://ibb.co/Mc8nPcP
And here is my .htaccess file:
### Rewrite Rules Added by CyberPanel Rewrite Rule Generator RewriteEngine On RewriteCond %{HTTP_HOST} ^www.(.*)$ RewriteRule ^(.*)$ https://%1/$1 [L,R=301] ### End CyberPanel Generated Rules. ### Rewrite Rules Added by CyberPanel Rewrite Rule Generator RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L] ### End CyberPanel Generated Rules. # BEGIN WordPress # Les directives (lignes) entre ? BEGIN WordPress ? et ? END WordPress ? sont générées # dynamiquement, et doivent être modifiées uniquement via les filtres WordPress. # Toute modification des directives situées entre ces marqueurs sera surchargée. RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule ^(.*\.php)$ $1 [L] RewriteRule . index.php [L] # END WordPress
- This reply was modified 2 years ago by Shadi G ???? ??.
Viewing 4 replies - 1 through 4 (of 4 total)