www directory in WAMP menu - user-interface

The latest WAMP server version installation does not display www directory in the main menu, which in the previous versions was always an item below localhost, phpMyAdmin etc.
Is there any way to bring this back to the menu? Is there any file that serves what is displayed in the menu that can be edited?

Related

How to correctly create a ColdFusion Builder project?

I am trying to run ColdFusion existing project in my local system, I am getting the error message below. Am I missing anything?
Selected file is not in the document root of the server. If the
project is not in the document root, create a linked folder to the
document root (selecting Project Properties > ColdFusion Project)
Try to do it:
https://forums.adobe.com/thread/896469?tstart=0
The bottom line: In CFBuilder, go to the Servers view and right click on the local server running you are running against. When the initial screen comes up, check to make sure all of that is correct, then click NEXT. On the next view ("Local Server Settings") there is a path for the Document Root. Make sure that's correct and click Finish.
The background: I had to relocate my Apache server to a new directory with a different name. Even though I changed all of the associations in the Projects and the Workspace and the httpd.conf file for Apache, the localhost settings in CF Builder were still pointing to the old Document Root. Once I corrected that, everything worked like a champ.

Local website starts in directory

I'm setting up a website with VS express for web and IIS 7.5 express and have gotten it to work, but the start page of the site on my local points to a directory instead of the home.aspx page. I've set the home.aspx page as the start page in vs, but still no luck. I've clearly forgot to set something up since I updated to vs 12.
I've enabled directory browsing in IIS because it was throwing an error to enable it before. Any suggestions?
in inetmgr.msc (IIS control panel), select your site, and then select "Default document" from the features pane. add a new entry with 'home.aspx' and click the up arrow until it is the top entry in the list.
or you can add a tag to your web.config
http://www.iis.net/configreference/system.webserver/defaultdocument

Projectfork uninstall issue

When I uninstalled (or disabled only) a projectfork
component for joomla 2.5 I got the 404. error. What should I do for properly and complete uninstalling this component?
To properly uninstall any extension, it's the same process.
Go to the admin Panel
Go to Extension Manager
Click on the "Manage" button
Select the extension and click "Uninstall"
If the extension has been developed properly, it should delete all references from the database as well as the files from the folders. If it doesn't, you will just have to manually delete the files that are still there and delete the SQL tables and a row from #__extensions

How do I move my WAMP local host from firefox to chrome?

I recently installed the WAMP server on my computer and when I open the localhost it automatically opens in firefox. I want it to open in chrome so I can use the chrome developer tools. How can make my local host open in chrome instead of firefox. Thanks in advance for taking the time to help me.
To change the default browser of the Wamp server
Go to the Wamp installation directory
Open wampmanager.conf file in a text editor.
Change the navigator to your browser
example:- navigator = “C:\Program Files\Mozilla Firefox\firefox.exe”
save and restart your server
Go to the wampmanager.conf and change the navigator to Google Chrome.
Go in C Drive
Open wamp64 folder
Open wampmanager.config file
In last step see navigator queue and paste this statement given below
navigator ="C:/Program Files/Google/Chrome/Application/chrome.exe"
or
"C:/Program Files/Google/Chrome/Application/chrome.exe"
and close the all folder.
Go wamp server and right click on wamp server
click on exits option and restart the wamp server
automatically open localhost in chrome browser or search http://localhost in your browser.

On publishing a click once installer through install from web, the installer does not appear on the webpage

I am creating a clickonce installer using the deployment strategy of Install from the Web or network share, on one of my project. I am learning how to use click once installers. When i publish my project it gets succeeded. i gave the URL of my website that i had created through google so that anyone can install from that URL. After publish gets succeeded the URL should be launched automatically but it is not. Moreover. When i check my website and in it that page whose URL i had given, there is nothing there. No installer. Please help.
Right Click on Publishing Project
Click Properties
Click "Publish"
In "Publishing Folder Location" is anything set there?
Click the button with ellipsis (...) to the right of the combobox
Click "FTP Site" (not Remote site, as this needs FrontPage extensions)
Enter the Server information, Directory (that you have access to), keep it as passive mode, uncheck the Anonymous option and put in the valid FTP instructions.
Click Open, and Republish. All should work 100% with this.
If not, have a look in your wwwroot/ folder and find the application information (if it's there) and you will have to manually upload the files.
EDIT for comment:
The website that you are uploading to, does it have FTP access? Meaning a place that you would upload file to for display on the website, even like your html content? (index.html etc.)
If not, you will need to get these details from your website hosting provider and fill in the appropriate fields for the FTP upload.
It's a while since I did this, but I'm fairly sure that you have to upload the files manually.
The installer needs the location so it can build the web page etc. All the files should be in an output folder in your project.
EDIT: I've just checked and the output folder is the one you specify on the first step of the Publish Wizard. If you specify a local folder the files will be put there for you to FTP to your website later. You can also specify a remote address as and FTP or HTTP location (which I'd forgotten when I posted my original answer). You'll have to enter the user name and password for connecting to the remote location later in the process.
Are you using Visual Studio 2008? The default behaviour of deploying a "publish.htm" page has changed.
Bring up your project's properties and switch to the "Publish" tab. Click the "Options" button and switch to the "Deployment" section of the dialog. You'll see by default that the "Deployment web page" TextBox is empty. You'll need to give that a value and also check the "Automatically generate deployment web page after every publish" CheckBox.
I've taken to filling that in with "default.htm" so that whichever folder you deploy your app into will have the ClickOnce publish page as its default page.

Resources