Php: what does this sentence mean? how can this problem be solved?

Source: Internet
Author: User
Php: according to the documentation, I installed apache on windows and also needed DNSmasq. I used pDNS instead, next, & nbsp; virtualhost & nbsp; with & nbsp; certificate & nbsp; and & nbsp; key & nbsp; itcert. pem, & nbsp; itcert. k php: what does this sentence mean?
According to the documentation for IAP, I installed apache on windows and also needed DNSmasq. I used pDNS instead. then I don't know how to do this in the document:
Next, virtualhost with certificate and key itcert. pem, itcert. key (or generate yours) listenson * .itunes.apple.com on 443, virtualhost listens on * .itunes.apple.com on 80, pucert. cer-purchase receept certificate with keylength = 1024, virtualhost listens on * on 443 for devs server emulation, virtualhost listens on * on 80 for devs server emulation,

Rewrites all on iapcracker. php on * .itunes.apple.com, rewrites all to index. php on *.

How can this problem be solved? Can it be implemented in windows?
Also, can the mentioned rewrite be considered as a ing? Help
------ Solution --------------------
The version you installed includes SSL. you need to add the certificate to the issue. if not necessary, just install the version without SSL.
------ Solution --------------------
Rewrite is just an address rewriting.


Rewrites all on iapcracker. php on * .itunes.apple.com, rewrites all to index. php on *.
It allows you to create rewrite and rewrite it to index. php.

Rewrite is simple. create a file in the root directory of the website named. htaccess

RewriteEngine on

# Modify/In the following statement as the website directory address
RewriteBase/

# Class.html
RewriteRule ^ ([a-zA-Z] *) \. html $? Action = $1 [NC]

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.