What is the Purpose of My Projects if links are not working?
Posted by: YanStudio (---.access.hol.gr)
Date: July 28, 2014 04:48PM

Dear Sirs
I will like to get an answer because i am really confused...
I Install the new WAMP 2.5 in a fresh version of win 8.1 i follow all the new rules that i was able to find from this forum.

My WAMP server is Green I already have 2 sites one Joomla one Static with some php all is working perfect
except the links in localhost front page....
There when i press i get no page just error...

From virtual host menu in wamp icon on task bar (i enable it) the link is working also when i type the domain of my project etc: [www.joojoo.loc] in the browser everything is ok

My Question is that is a normal WAMP 2.5 Behavior?
If yes why the wamp people keep the My Project links?
If is not a normal behavior what can i do to correct it so the link will work??

My httpd-vhosts settings

<VirtualHost *:80>
DocumentRoot "C:/wamp/www"
ServerName localhost
ServerAlias localhost
<Directory "C:/wamp/www">
AllowOverride All
Require local
</Directory>
</VirtualHost>

<VirtualHost *:80>
DocumentRoot "C:/wamp/www/pulsar_project"
ServerName www.pulsar-project.loc
ServerAlias pulsar-project.loc www.pulsar-project.loc
Options Indexes FollowSymLinks
<Directory "C:/wamp/www/pulsar_project">
AllowOverride all
Order Deny,Allow
Require local
</Directory>
</VirtualHost>

<VirtualHost *:80>
DocumentRoot "C:/wamp/www/joomla_test"
ServerName www.joojoo.loc
ServerAlias joojoo.loc www.joojoo.loc
Options Indexes FollowSymLinks
<Directory "C:/wamp/www/joomla_test">
AllowOverride all
Order Deny,Allow
Require local
</Directory>
</VirtualHost>

My regards

Options: ReplyQuote
Re: What is the Purpose of My Projects if links are not working?
Posted by: RiggsFolly (---.dynamic.dsl.as9105.com)
Date: July 28, 2014 05:57PM

As well as setting up the Virtual Hosts yuo also need to tell windows about your domains.

So edit \windows\system32\drivers\etc\hosts

Enter

127.0.0.1 localhost joojoo.loc pulsar-project.loc
::1 localhost joojoo.loc pulsar-project.loc

127.0.0.1 www.joojoo.loc www.pulsar-project.loc
::1 www.joojoo.loc www.pulsar-project.loc

Windows will now know which IP address to find your domains on.




HOW TO EDIT THE HOSTS FILE
The hosts file is protected by windows, in order to save it you must have Administrator privilages.
Vista/W7/W8 you may think you are an Administrator BUT YOU ARE NOT.

To successfully save the hosts file do this to launch your editor with Admin Privilages.

Locate your editors icon on the desktop or from the Start menus ( notepad will do if you have nothing else )
right click + shift over your chosen editor icon - will show a menu.

select "Run As Administrator" from the menu.
Navigate your editor to the c:\windows\system32\drivers\etc\hosts file.

When you have made changes you will now be allowed to save them.

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: What is the Purpose of My Projects if links are not working?
Posted by: YanStudio (---.access.hol.gr)
Date: July 28, 2014 08:27PM

Hello

As i Explained above all the settings required is already done including hosts

My WAMP server is Green I already have 2 sites one Joomla one Static with some php all is working perfect!!!

except the links in localhost front page!
There when i press i get no page just error...

From virtual host menu in wamp icon on task bar (i enable it) the link is working also when i type the domain of my project etc: [www.joojoo.loc] in the browser everything is ok

The links My projects in Local Host page is not working ONLY

Options: ReplyQuote


Sorry, only registered users may post in this forum.