> Date: Sunday, November 12, 2023 21:48:57 -0500
> From: bruce
>
>
> the target url that's giving me an issue..
>
> http://161.35.5.174/wave/ current live site for now
> Symfony \ Component \ HttpKernel \ Exception \ Meth
> odNotAllowedHttpException PHP 8.2.10-2ubuntu1
> 9.52.16
> The G
Frank, I create the alias in the mod.confcat
/etc/apache2/mods-available/alias.conf
# Aliases: Add here as many aliases as you need (with no limit). The format is
# Alias fakename realname
#
# Note that if you include a trailing / on fakename then the server will
# require it to be present in the U
On Sun, Nov 12, 2023 at 6:47 PM bruce wrote:
> Hi.
>
> Setting up a test laravel app to run as a subdir:
> ie /var/www/html/wave/wave/public (index.php)
>
> the idea is to have the url
> http://1.2.3.4/wave (is this possible? or dies it need to be
> http://1.2.3.4/wave/index.php in
Hi.
Setting up a test laravel app to run as a subdir:
ie /var/www/html/wave/wave/public (index.php)
the idea is to have the url
http://1.2.3.4/wave (is this possible? or dies it need to be
http://1.2.3.4/wave/index.php in the url ??
I'd also like the base url to be
http://1.2.3