cupank1994
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [JavaScript to Footer] Caused Dsiplay Problems for me.this plugin not work on my site, cause display problem
https://info-kecantikan.comForum: Networking WordPress
In reply to: WordPress multisite always show main site in urlProblem solved after updating wordpress MU domain mapping..thanks Ipstenu
Forum: Networking WordPress
In reply to: WordPress multisite always show main site in urli give one sample link
it should be:
https://info-kecantikan.com/tips-kesehatan/tips-kesehatan-wanita/lima-fakta-bercinta-ketika-hamil/
those links are works fine, the problem is my domain https://info-kecantikan.com/ always replace with https://www.cantik-jelita.com/infokecantikan/
Forum: Networking WordPress
In reply to: WordPress multisite always show main site in urli use wordpress MU domain mapping plugins. About domain, i transfer info-kecantikan (arvixe) to cantik jelita (ipage).
my .htaccess file
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L] </IfModule> # END WordPress
and my wp config
<?php //Do not delete these. Doing so WILL break your site. define( 'WP_CONTENT_DIR', ABSPATH . 'files' ); define( 'WP_CONTENT_URL', 'https://' . $_SERVER['HTTP_HOST'] . '/files'); define( 'PLUGINDIR', 'files/plugins' ); /* Multisite */ define( 'WP_ALLOW_MULTISITE', true ); define('MULTISITE', true); define('SUBDOMAIN_INSTALL', false); define('DOMAIN_CURRENT_SITE', 'www.cantik-jelita.com'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1); /* That's all, stop editing! Happy blogging. */ /** Absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); /** Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php');
is there anything wrong with my code?
Viewing 4 replies - 1 through 4 (of 4 total)