Forum Replies Created
-
AuthorPosts
-
November 17, 2016 at 1:40 pm in reply to: my site is not loading css/js and "blog" slug is added to my sites permalink #12915This reply has been marked as private.November 17, 2016 at 6:36 am in reply to: my site is not loading css/js and "blog" slug is added to my sites permalink #12907This reply has been marked as private.November 17, 2016 at 6:23 am in reply to: my site is not loading css/js and "blog" slug is added to my sites permalink #12905
hi,
i understand its not officially supported but you never stated it does not work.Please note using Multi-site on Nginx is not officially supported yet but if you can convert htaccess rules to Nginx you may make it work.
so im just asking for some help here. the plugins seems to work for me on all other sides expect the css is not loading. i gave you all my virtual host config and other details so that you can just confirm that the rewrite rules i converted is accurate or not.
i purchased the pluguin just because its possible to make it work on nginx multi-site even though its not officially supported. just need some little help, thats all.
-
This reply was modified 8 years, 10 months ago by
tarek009187.
November 16, 2016 at 6:43 am in reply to: my site is not loading css/js and "blog" slug is added to my sites permalink #12883This reply has been marked as private.November 16, 2016 at 6:22 am in reply to: my site is not loading css/js and "blog" slug is added to my sites permalink #12882hi,
i have solved the permalink problem, but still css and js is not loading for my site.November 16, 2016 at 6:08 am in reply to: my site is not loading css/js and "blog" slug is added to my sites permalink #12879This reply has been marked as private.hi,
i have solved my licence and pluhin setting problems. it was my stupidity that i tried in wrong place. sorry for that.but now have another problem. my site is broken. seems css and js is not loading.
also even after configuring multi-site nginx rules i am getting this 2 error massage on plugin settings page
1. You have enabled Multisite. It’s require to (re)configure Hide My WP after changing settings or activating new plugin or theme.
2. It seems there is no writable htaccess file in your WP directory. In order to get all features of this plugin please change permission of your htaccess file.
the code i used for multi-site nginx is
# nginx configuration location /other { rewrite ^/other/(.*) /wp-includes/$1?sEyM_hide_my_wp=1234 break; } location /file { rewrite ^/file/(.*) /wp-content/uploads/$1?sEyM_hide_my_wp=1234 break; } location /ext { rewrite ^/ext/(.*) /wp-content/plugins/$1?sEyM_hide_my_wp=1234 break; } location /skin { rewrite ^/skin/([_0-9a-zA-Z-]+)/main.css /index.php?style_wrapper=true&template_wrapper=$1&sEyM_hide_my_wp=1234 break; rewrite ^/skin/([_0-9a-zA-Z-]+)/style\.css /nothing_404_404?sEyM_hide_my_wp=1234 break; rewrite ^/skin/(.*) /wp-content/themes/$1?sEyM_hide_my_wp=1234 break; } location / { try_files $uri $uri/ /index.php$is_args$args; rewrite ^/([_0-9a-zA-Z-]+/)?ajax /wp-admin/admin-ajax.php?sEyM_hide_my_wp=1234 break; rewrite ^/(readme\.html|license\.txt|wp-content/debug\.log|wp-includes/$) /nothing_404_404?sEyM_hide_my_wp=1234 break; rewrite ^/(((wp-content|wp-includes)/([A-Za-z0-9\-\_\/]*))|(wp-admin/(!network\/?)([A-Za-z0-9\-\_\/]+)))(\.txt|/)$ /nothing_404_404?sEyM_hide_my_wp=1234 break; } location /inc { rewrite ^/inc/(.*) /wp-content/$1?sEyM_hide_my_wp=1234 break; }
can anyone tell me where im doing wrong now?
thanks in advance.
-
This reply was modified 8 years, 10 months ago by
tarek009187.
-
This reply was modified 8 years, 10 months ago by
tarek009187.
-
This reply was modified 8 years, 10 months ago by
-
AuthorPosts