corusx
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How protect image’s direct link?i see try this it;ll redirect with 301 status any images of mu site url to 404
RewriteCond %{HTTP_HOST} ^mu\.domain\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.mu\.domain\.com$ RewriteRule ^wp\-content\/uploads\/\/?(.*)$ "https\:\/\/mu\.domain\.com\/404$1" [R=301,L]change the url with your multi site domain
Forum: Fixing WordPress
In reply to: Ran rm .maintenance and now I’m recieving fatal errorsshared urls of the screenshots are asking for sign in or signup, share screenshot over the publicly accessible site it’ll be easier for others
Forum: Fixing WordPress
In reply to: WordPress Backend Menu doesnt work anymoreHere is the Screenshot: https://snipboard.io/NC2W7h.jpg
is your account has admin privilege?
Forum: Fixing WordPress
In reply to: internal server error checkout pageare using multiple Email/SMTP plugins ?
do you have backup if yes then restore the backup
Forum: Fixing WordPress
In reply to: How protect image’s direct link?create a .htaccess file in wp-content and place
Deny from allit should work
Forum: Fixing WordPress
In reply to: 403 forbidden errortry disabling all plugins and change the theme to default , if it doesn’t work then try to enable to debug mode
Forum: Installing WordPress
In reply to: Can`t start install.php or connect to wordpress dashboardI installed wordpress with a one click installation my host is providing.
if you are using one click install then you dont have to start install.php
which one click install you are using ? softaculous ? installatron ?
Forum: Installing WordPress
In reply to: Installing Brand New WebsiteDo I need to do a fresh install of WP or do I just install a new theme.
If I did a new install, would this overwrite my existing WP, and/or would it jeapordise my existing sites?
Yes
if you want to keep everything separate and don’t want to overwrite existing website then start from a fresh install
Forum: Fixing WordPress
In reply to: Updating failed. The response is not a valid JSON response.^ additionally switch to classic editor see if it can solve the issue
Forum: Fixing WordPress
In reply to: SMTP NOT WORKINGi would suggest trying another plugin as well like post smtp : https://wordpress.org/plugins/post-smtp/
you will get detailed analysis in logs, on another note is sending email via runbox is working?
Forum: Fixing WordPress
In reply to: Migrating extra large website to new hostmigration of 130 GB+ size website is almost impossible with any backup plugin, try moving it manually
dump your database and archive files then rsync both on a new server you will require some technical skills for this
Forum: Fixing WordPress
In reply to: 403 forbidden erroreither your file permission or .htaccess is broken
try debugging : https://wordpress.org/support/article/debugging-in-wordpress/
Forum: Fixing WordPress
In reply to: How protect image’s direct link?you mean you want to restrict direct access to domain.com/wp-content/uploads/2021/08/image.png
or you can prevent hotlinking ?
Forum: Fixing WordPress
In reply to: & being changed to #038;instead of & use
&in urledit :
& amp;remove the space- This reply was modified 5 years ago by corusx.