Title: danielmark's Replies | WordPress.org

---

# danielmark

  [  ](https://wordpress.org/support/users/danielmark/)

 *   [Profile](https://wordpress.org/support/users/danielmark/)
 *   [Topics Started](https://wordpress.org/support/users/danielmark/topics/)
 *   [Replies Created](https://wordpress.org/support/users/danielmark/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/danielmark/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/danielmark/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/danielmark/engagements/)
 *   [Favorites](https://wordpress.org/support/users/danielmark/favorites/)

 Search replies:

## Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)

 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite Subdirectory “mapping” to subdomain](https://wordpress.org/support/topic/multisite-subdirectory-mapping-to-subdomain/)
 *  Thread Starter [danielmark](https://wordpress.org/support/users/danielmark/)
 * (@danielmark)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/multisite-subdirectory-mapping-to-subdomain/#post-14764883)
 * I am using subdirectory multisite wordpress, I need advice, I want to make one
   of subsite to map to subdomain of my site the safe way,
 * there are not enough tutorial but many options:
 * 1. The most tutorial I can understand [https://florianbrinkmann.com/en/wordpress-multisite-mix-of-subdomains-and-subdirectories-3446/](https://florianbrinkmann.com/en/wordpress-multisite-mix-of-subdomains-and-subdirectories-3446/)
   but its applicable if my multisite is subdomain based, I can convert it to subdomain
   multisite thought but I think there is a simpler way and prefer my site to subdirectory
   based
 * 2. Using wp multi site plugin [https://wordpress.org/plugins/wordpress-mu-domain-mapping/](https://wordpress.org/plugins/wordpress-mu-domain-mapping/)
   but its deprecated
 * 3. Using redirect
 * What I am currently to do is creating subdomain, and redirect my subdirectory
   using redirect cpanel feature but the subdomain url show error 404 [https://imgur.com/0ZQ7LpJ](https://imgur.com/0ZQ7LpJ)
    -  This reply was modified 4 years, 10 months ago by [danielmark](https://wordpress.org/support/users/danielmark/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Multisite cant change URL and missing WordPress Address (URL)](https://wordpress.org/support/topic/multisite-cant-change-url-and-missing-wordpress-address-url/)
 *  Thread Starter [danielmark](https://wordpress.org/support/users/danielmark/)
 * (@danielmark)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/multisite-cant-change-url-and-missing-wordpress-address-url/#post-14629372)
 * Noted, Thank you for the help [@gappiah](https://wordpress.org/support/users/gappiah/)
    -  This reply was modified 4 years, 11 months ago by [danielmark](https://wordpress.org/support/users/danielmark/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LiteSpeed Cache] LSCWP Already Enabled But Not Caching – Detected another active cache plugin. Pl](https://wordpress.org/support/topic/lscwp-already-enabled-but-not-caching-detected-another-active-cache-plugin-pl/)
 *  Thread Starter [danielmark](https://wordpress.org/support/users/danielmark/)
 * (@danielmark)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/lscwp-already-enabled-but-not-caching-detected-another-active-cache-plugin-pl/#post-14624630)
 * I fix this, For myself, the problem from litecache it self, I delete dvanced-
   cache.php, (not rename it) that generated and then enable litecache again in 
   cpanel, let it generate the php again and it worked, I must know to do same thing
   again just to make sure.
 * By the way, thank you for the help
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nextend Social Login and Register] nextend break the layout of buddypress page](https://wordpress.org/support/topic/nextend-break-the-layout-of-buddypress-page/)
 *  Thread Starter [danielmark](https://wordpress.org/support/users/danielmark/)
 * (@danielmark)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/nextend-break-the-layout-of-buddypress-page/#post-14623595)
 * The social now worked very well, the sum to fix the problem is
 *     ```
       body.social{
         display: block;
       }
   
       body.social div.top-header{
         width: 100%!important;
       }
       ```
   
 * adding css in child theme style.css work
 * and for prevent dark theme this css work
 *     ```
       #nsl-notices-fallback p{
         color: #28303d !important;
       }
       ```
   
 * Thank a lot for looking this up
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LiteSpeed Cache] LSCWP Already Enabled But Not Caching – Detected another active cache plugin. Pl](https://wordpress.org/support/topic/lscwp-already-enabled-but-not-caching-detected-another-active-cache-plugin-pl/)
 *  Thread Starter [danielmark](https://wordpress.org/support/users/danielmark/)
 * (@danielmark)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/lscwp-already-enabled-but-not-caching-detected-another-active-cache-plugin-pl/#post-14622532)
 * I also edit advanced-cache.php to advanced.php.old
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nextend Social Login and Register] nextend break the layout of buddypress page](https://wordpress.org/support/topic/nextend-break-the-layout-of-buddypress-page/)
 *  Thread Starter [danielmark](https://wordpress.org/support/users/danielmark/)
 * (@danielmark)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/nextend-break-the-layout-of-buddypress-page/#post-14622236)
 * I implemented your suggestion, and it is actually work, Thank you, about notification
   font color got overridden, I think it’s because the dark theme feature (moon 
   icon in the Topbar), the plugin style seem not persistent with dynamic change
   or perhaps the theme problem again. Since dark theme only overwritten white and
   black color, Is there a way to change the color of the text? I cant inspect element
   because how fast is notification hiding
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nextend Social Login and Register] nextend break the layout of buddypress page](https://wordpress.org/support/topic/nextend-break-the-layout-of-buddypress-page/)
 *  Thread Starter [danielmark](https://wordpress.org/support/users/danielmark/)
 * (@danielmark)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/nextend-break-the-layout-of-buddypress-page/#post-14605907)
 * Noted, but it didnt break any page except social account page where link and 
   unlink feature automatically added by plugin, and this social accounts page only
   exist if this plugin enabled,
 * > [View post on imgur.com](https://imgur.com/rATIrFn)
 * What the issue it might be?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Scans failed, You may continue to wait in case it resumes or stop and restart](https://wordpress.org/support/topic/scans-failed-you-may-continue-to-wait-in-case-it-resumes-or-stop-and-restart/)
 *  Thread Starter [danielmark](https://wordpress.org/support/users/danielmark/)
 * (@danielmark)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/scans-failed-you-may-continue-to-wait-in-case-it-resumes-or-stop-and-restart/#post-10549274)
 * Sorry for the late reply.
    It is okay if I add double rewriteengine
 *     ```
       # BEGIN litespeed noabort
   
       RewriteEngine On
       RewriteRule .* - [E=noabort:1]
   
       # END litespeed noabort
   
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
   
       # END WordPress
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fix domain always get redirected to subdomain](https://wordpress.org/support/topic/fix-domain-always-get-redirected-to-subdomain/)
 *  Thread Starter [danielmark](https://wordpress.org/support/users/danielmark/)
 * (@danielmark)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/fix-domain-always-get-redirected-to-subdomain/#post-10501421)
 * I found the error, it due to different nameserver between hosting and Cloudflare.
   I contacted the hosting provider to fix it. And now works as charm as before.
   Thanks, Denavi for keeping with me.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fix domain always get redirected to subdomain](https://wordpress.org/support/topic/fix-domain-always-get-redirected-to-subdomain/)
 *  Thread Starter [danielmark](https://wordpress.org/support/users/danielmark/)
 * (@danielmark)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/fix-domain-always-get-redirected-to-subdomain/#post-10500090)
 * It seems the problem, not from either Yoast or the theme, I already uninstalled
   both. Maybe I need to add some code? in htaccess or where? So far I know, whenever
   I access https//domain.com it got redirected to https//subdomain.domain.com in
   any phone (already clear the cookie repeatedly)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fix domain always get redirected to subdomain](https://wordpress.org/support/topic/fix-domain-always-get-redirected-to-subdomain/)
 *  Thread Starter [danielmark](https://wordpress.org/support/users/danielmark/)
 * (@danielmark)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/fix-domain-always-get-redirected-to-subdomain/#post-10498386)
 * No problem, here the list, I am using Jannah theme
 * Elfsight Google Maps CC
    Wordfence free Jannah extension Jannah switcher layer
   slider Premium SEO pack – WordPress Plugin Re-add text underline and justify 
   Yoast SEO Premium Taqyeem – Buttons Addon Wp rocket Maintenance Wordpress Pinterest
   Automatic
 * Deleted already
    Swift Performance Lite Premium Seo Pack
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fix domain always get redirected to subdomain](https://wordpress.org/support/topic/fix-domain-always-get-redirected-to-subdomain/)
 *  Thread Starter [danielmark](https://wordpress.org/support/users/danielmark/)
 * (@danielmark)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/fix-domain-always-get-redirected-to-subdomain/#post-10497368)
 * Still same already switching to default theme in both of site, disable all plugin
   too and my htaccess code seems clean
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
   
       # END WordPress
       ```
   
    -  This reply was modified 7 years, 10 months ago by [danielmark](https://wordpress.org/support/users/danielmark/).

Viewing 12 replies - 1 through 12 (of 12 total)