0
am trying to install the script locally but its giving me errors
httpd-vhosts.conf file
<VirtualHost *:80>
ServerAdmin [email protected]
ServerName wimz.local
DocumentRoot "/Applications/XAMPP/xamppfiles/htdocs/wms/public"
<Directory "/Applications/XAMPP/xamppfiles/htdocs/wms/public">
Options Indexes FollowSymLinks Includes execCGI
AllowOverride All
Require all granted
</Directory>
ErrorLog "logs/wims.local-error_log" common
</VirtualHost>
host file
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
127.0.0.1 wimz.local
when i launch using http://wimz.local/ XAMP Dashboard appears
when i launch using http://wimz.local/install
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.
Error 404
0
Hello,
Please copy/extract the files to /Applications/XAMPP/xamppfiles/htdocs/wms/
folder then try to access the http://wimz.local
Please make sure that mod_rewrite
is enabled too.
Thank you
0
did all that still redirects in XAMPP Dashboard
Alias /bitnami/ "/Applications/XAMPP/xamppfiles/apache2/htdocs/"
Alias /bitnami "/Applications/XAMPP/xamppfiles/apache2/htdocs"
<Directory "/Applications/XAMPP/xamppfiles/apache2/htdocs">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
LoadModule rewrite_module modules/mod_rewrite.so
0
Hello,
I am not sure, looks like the virtual host issue. You can try access the folder with localhost.
We use Cookies
We use cookies to ensure that we give you the best experience on our website. By continuing to browse the site you are agreeing to our use of cookies.