where is forceScheme function y laravel – Apache
I want to work in https app I cant geerate https links whit "url" blade function in some ask question say have use this, but, not works IlluminateSupportFacadesURL::forceScheme('https');
I want to work in https app I cant geerate https links whit "url" blade function in some ask question say have use this, but, not works IlluminateSupportFacadesURL::forceScheme('https');
I have followed a few tutorials in order to purposely install an outdated version of apache from the source as well as its dependencies. The issue I am experiencing is stemming from PHP not being processed and showing raw plaintext…
i wondering if there is any way to have redirects like Redirect 301 https://www.mypage.com/test https://www.mypage.com as background: i need this because i have a website with 3 different languages and each language runs on a different domain. If I'm doing…
I have been trying to do this with .htaccess, but not having any luck. I have a tree folder structure for users, where there are 3 levels of "a-z" followed by the user name, so for my user "john", on…
I have htaccess rewrite rule that allows account nickname to be like domain.com/its_super-nick.name3000 Here is the regular expression I use, but it gives me an Internal Error back RewriteRule ^([A-Za-z0-9-_.]+)/?$ index.php?cl=account&username=$1 Am I doing something wrong?
In the process of converting a ubuntu private git repo from ssh access to smart http via apache. Currently client .git/config contains: url = https://some-domain/git/my-project.git When assessed via: git remote -v show origin The server reports: .../apache2/error.log AH00027: No authentication…
I have simple php application with navigation based on domain/foo/bar nested urls. For instance, I have main page index.php with about nav link which should navigate to domain/en/about, where en and about must be transfered to url param like index.php?url=....…
Whenever, i open localhost, it is opened as http://localhost/dashboard/. But i want when i open localhost (http://localhost/) in browser, all the list of files and directories will be show. Please anyone can tell me, how to do this.
I just transfer my PHP app, I used to have my app on example.com/app but now I transferred the app to its own domain, othersite.com. My principal site and PHP site are on the same server with apache virtual hosts,…
I am working on a project using xampp server. I have more than one project. So for this I have set my httpd-vhosts like below <VirtualHost *:8080> ServerName khpos.com ServerAlias www.khpos.com DocumentRoot "D:/xampp/htdocs/pos" <Directory "D:/xampp/htdocs/pos"> Require all granted </Directory> </VirtualHost>…