-
Published Question
I tried to export html to pdf with mpdf library. But stop working and nothing error was appeared in the browser.
This script is working in another server.
What should I need to do,
please give me suggestions.
Thanks
2
•
•
By
griptechnology777
PHP
-
Published Question
my website is working well opening with http://jobs.com.mm/job-search/ but when I try to open with https, browser say The requested URL /job-search/ was not found on this server.
How can I solve this problem
below are...
Accepted Answer:
The https protocol is the secure version of http, to be able to access web pages using https you need to have SSL ( Secure Sockets Layer) set up on your server, I recommend using CloudFlare (https://www.cloudflare.co...
1
•
•
By
griptechnology777
Apache
PHP
-
Published Question
This is my demo website link as below.
http://24jobs.datalinkmm.com/
my htacess code is as per below
Options +MultiViews
RewriteCond %{REQUESTFILENAME} !-d
RewriteCond %{REQUESTFILENAME} !-f
RewriteRule ^([^.]+)$ $1.a...
Accepted Answer:
Set up the mass virtual with:
VirtualDocumentRoot /var/www/html/%0
But didn't allow override for the parent directory.
<Directory "/var/www/html">
AllowOverride ALL
</Directory>
VirtualDocumentRoot /var/www...
1
•
•
By
griptechnology777
Apache
Ubuntu 16.04