-
Published Question
Hello ,
I'm using Apache with yii2 and i have 2 route /en , /ar
i want app by default open to /ar
```
Options -Indexes
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} !on [OR]
RewriteCond %{HTTPHOST} !...
1
•
•
By
wookeiwurm
PHP Frameworks
-
Published Question
Hi ,
i moved my blog.example.com to wwww.example.com/blog from subdomain to main domain
changed urls by "velvet-blues-update-urls" plugin and config details to main server
blog working well now but i cannot open admin...
2
•
•
By
wookeiwurm
WordPress
-
Published Question
Hi ,
i have droplet hosting on "example.com"
and shared hosting on "blog.example.com"
i want redirect it by Apache proxy "blog.example.com" to main "example.com/blog/" and keep blog.example.com on shared hosting and ...
Accepted Answer:
Hi,
There are two configuration methods to achieve your main goal (proxying):
* virtual host configuration
* htaccess file configuration
The more convenient and recommended method is virtual host block configuration. ...
1
•
•
By
wookeiwurm
Apache