johnchs
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: .htacess fileinside the public_html directory already one index.php is there. so when i run http://domainname.com that is working with inside the public_html index.php. so that i have created and installed one subfolder with in the subfolder mywebsite is there. so when i run http://domainname.com/subfolder is working. i don’t want like this. i want when i run http://domainname.com/ it will run the index.php within the subfolder but dont want to show the subfolder url in webbrowser.
The above mentioned .htaccess file only on subfolder directory.
Forum: Fixing WordPress
In reply to: .htacess filewe can’t change permalink. if we change permalink it is not working. only ways to change in .htaccess to hide the subfolder. please help me how to write the rule in in .htaccess.
Forum: Fixing WordPress
In reply to: .htacess fileThanks for your replay. but Inside public_html directory I have a subfolder and I have created index.php in that folder.
All my site url showing
http://domainname.com/subfolder/pagename
I want it to rewritten as
http://domainname.com/pagename
What rule should I write in .htaccess to show the “http://domainname.com/pagename”
Forum: Fixing WordPress
In reply to: Disable the wordpress siteHi Josh,
Thank you this a good idea for this.once i have added .htaccess in my website as above mentioned and changed domainname/foldername in http url location where i have created index.html. but still i can able to see mywebsite in http://mobiletest.me/.
Please help me.
Thanks.
Forum: Localhost Installs
In reply to: want to change manually custom structure to defaulf in permalinkHi Shashank Mukherjee,
Thanks working.