naupadnara
Forum Replies Created
-
This is a parse error that usually happens because of a bad opening or closing php tag. Check in your code if you have any opening tags that are just “<?”. Replace those with “<?php”. Certain versions of PHP require the opening tags to be specific.
Forum: Networking WordPress
In reply to: Multisite InstallDear SKSundaram,
You have to open a blank notepad file and cop the web.config rules. Save as web.config file and while saving dont forget to select “All Files” from Dropdown or else it will be saved as .txt file.
Place this web.config file with your other wordpress setup files.
You use web.config when you have wordpress multisite on IIS.
Forum: Everything else WordPress
In reply to: Update PHP from 5.3.6 to 5.3.8I am having a Windows Server 2008 R2. I am continously searching it on google but unable to find any steps for upgrading PHP.
Forum: Everything else WordPress
In reply to: PHP error log fileI found out the reason. It was a bad line in the code of an aggregator theme on my wordpress multisite. I am working on that file.
But as in now, found the corrupt and resolved the log file issue.
Forum: Networking WordPress
In reply to: Import in multisiteI am just testing this with a local site so its not online. How shud I fix the issue as because of many contents not beign imported my theme also behaves differently.
Forum: Networking WordPress
In reply to: Multisite Child themesThank you so much andrea.You solved my issue. I checked in the log file and found that there was some unnecessary line in the code. I removed it and now am all set.
Forum: Networking WordPress
In reply to: Multisite Child themesIt is a total Blank white page and I am testing multisite on a local server that is not having a registered domain so can’t give you a link.
Forum: Networking WordPress
In reply to: Multisite Child themesI added both the child and parent themes to the theme folder and network activated both. Now when I activate this child theme for a blog created in multisite, something goes wrong and I can’t visit the blog. I mean, when I click: Visit site, I get to a blank page but the URL in address bar is the correct one which is same as the one that showed the default theme.
Forum: Networking WordPress
In reply to: Domain Mapping@ipstenu: I think its something with the DNS as even removing the IP from domain mapping would redirect the sites to my server’s IP. I tried with anything.subdomain.domain.edu and all redirect to server.
Forum: Networking WordPress
In reply to: Domain MappingYes..I have set up my Domain mapping to my server IP..
Forum: Networking WordPress
In reply to: Domain MappingAlso when I create a newsite after logging in as network admin, it gets added. But when I visit it, it redirects to the IP address of my server. I have another website stored at my server.
I can never view the sites which I add.
Forum: Networking WordPress
In reply to: Network sites not showingIf you are using IIS than you need to install an IIS extension called URL rewrite and use web.config file instead of the .htaccess file. If you want web.confgi rules, than tell me. I will post it for you.
Forum: Networking WordPress
In reply to: Domain MappingHey I finally setup a Wild card DNS on my server. Now I want the domain mapping thing to work. I am not getting with the tutorial at https://ottopres.com.
I want something like:
A newsite has a domain new.subdomain.edu. What should I do so that when a user types in the URL it gets redirected to a page abc.subdomain.edu/somedirectory?
Forum: Networking WordPress
In reply to: Domain Mapping@ipstenu: I already read this link and many other pages but can’t get it work. I basically want to know the settings for DNS and cname and other domain related terms.
Forum: Fixing WordPress
In reply to: Child theme options pageThank you esmi…