Community @ The Turning Gate

Support community for TTG plugins and products.

NOTICE

The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.

This forum is now closed, and exists here as a read-only archive.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2014-08-14 23:07:39

iplanit
Member
Registered: 2014-05-05
Posts: 38

Using WAMP server - can't define correct path for plugins

Hello, With all the changes and upgrades to CE4, I am setting up WAMP to get everything as I want it. All is going well, except I can't seem to get the PHP path to the custom CSS in plugins correct. I have tried http://localhost/phplugins/path.php. But my custom CSS is not recognized. Should it be http://localhost/phplugins/css/custom?  Is there an additional step to this I'm missing or do I just put the correct path under enable plugins just as I do the web server? Any help appreciated!

Offline

#2 2014-08-15 00:13:57

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Using WAMP server - can't define correct path for plugins

you need to include the name of the export folder too. For example, I named my export 'ce4-pages-2'. In WAMP I access the site by clicking on the 'ce4-pages-2' folder.

I just added /phplugins/path.php to the end of the url in WAMP
localhost/ce4-pages-2/phplugins/path.php and the path was displayed in the browser:
C:/wamp/www/ce4-pages-2/phplugins

To get custom css to work I needed to put the full url to the custom.css file in the phplugins file:
<link rel="stylesheet" href="http://localhost/ce4-pages-2/phplugins/css/custom.css" />


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#3 2014-08-17 04:42:35

iplanit
Member
Registered: 2014-05-05
Posts: 38

Re: Using WAMP server - can't define correct path for plugins

Thanks Rod! That is just what I needed to make it work.

Offline

Board footer

Powered by FluxBB