Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.
Please check again
we have resoled that issue
and reply as soon as possibleThanks
please try again
i have accessed herePlease try agian and reply me soon
please reply me soon
This reply has been marked as private.hi
my .htaccess file is RewriteEngine OnRewriteBase /
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]
and
convert .htacess rules to nginx
# nginx configuration location /wp-admin { rewrite ^/wp-admin$ /wp-admin/ redirect; } location / { if (-e $request_filename){ rewrite ^/(wp-(content|admin|includes).*) /$1 break; } rewrite ^/(.*\.php)$ /$1 break; rewrite ^(.*)$ /index.php break; }
How to use that ?
please help meHi
I am testing hide my wp on pvt.org.in/ also
But I am facing problem that I can not hide wp- completely
Showing wp- in source code under js folderHow to hide all wp- from source code?
Please help me and reply
Thanks
pfa
Attachments:
You must be logged in to view attached files. -
AuthorPosts