gianwins
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Multisite subdomain site are not showing upHello,
I;m sorry about the long reply. I changed the .htaccess file and the subdomain still isn’t working. Any other ideas on what may be wrong or any possible fixes?
Forum: Networking WordPress
In reply to: Mobile and normal site on same wordpress installationCheck out this theme http://wordpress.org/extend/themes/weaver-ii, its called weaver 2 and automatically turns your wordpress site into a mobile site, and allows you to choose over different subthemes with high levels of customization.
Forum: Networking WordPress
In reply to: Multisite subdomain site are not showing updo you think it might be that its something wrong with my htcaccess file? this is how its looking now
# 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
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule . index.php [L]Forum: Networking WordPress
In reply to: Multisite subdomain site are not showing upI setup the subdomain in my cpanel, and it is still not working. I tried putting the root folder under public html and under public_html/cafenegocios, neither seemed to get the site up. Any more ideas?