.htaccess tag

27 questions


2 answers
345 views
0
How to write .htaccess in multilingual site distribution

We are currently creating a multilingual site with the following configurations.English version: /enJapanese version: /jaChinese version: /zhRewriteBase/RewriteCond%{HTTP:Accept-Language}^ja [NC]Rewri...

1 years ago

1 answers
315 views
0
How to Configure .htaccess to Not Save Cache

I am currently creating a site locally using VirtualBox in WordPress.Every time I change the code, the cache is left, and every time I create a site, I have to erase the cache.It takes a lot of time a...

1 years ago

1 answers
318 views
0
I want htaccess to transfer internally to different domains

I would like to transfer internally as described below, but due to the different domains, it will be treated as a redirect.How do I resolve this? RewriteRule https://example1.jp/img/0001.jpg https://e...

1 years ago

2 answers
414 views
0
I would like to upload the locally developed wordpress site to the repository on Gitlab so that it can be accessed in the domain for testing.

I cannot see any wordpress files uploaded on Gitlab on my company's server, I cannot access wp-admin, wp-login.php, and 404 page not found, so I would appreciate your advice.Even if I upload the wordp...

1 years ago

1 answers
116 views
0
If you set the redirect setting, the absolute path will be displayed.

Due to the URL error, we installed 301 redirect as below.However, the redirect destination becomes an absolute path and cannot be accessed successfully.RewriteEngine OnRewriteRule^gallery/design/belli...

1 years ago

1 answers
118 views
0
Redirect in .htaccess

I'm thinking of creating a blog-like script.https://www.hoge.com/articles/0f60e2776530c9efa2e35c707d455a79When you access the address, therehttps://www.hoge.com/articles/?id=0f60e2776530c9efa2e35c707d...

1 years ago

1 answers
55 views
0
Redirect from Initial Domain (Specific Directory) to Own Domain

Thank you for your help.How do I write htaccess?I would like to redirect from Sakura Internet's initial domain (specific directory only) to its own domain, but the following writing method does not wo...

1 years ago

1 answers
63 views
0
Redirect from Initial Domain (Specific Directory) to Own Domain

Thank you for your help.How do I write htaccess?I would like to redirect from Sakura Internet's initial domain (specific directory only) to its own domain, but the following writing method does not wo...

1 years ago

3 answers
83 views
0
Unrestrict open_basedir

When I try to run a PHP script, I get the following error: WARNING: is_readable() [function.is-readable]: open_basedir restriction in effect. File(/usr/share/php/Am/View/Helper/HeadScript.php) is not...

1 years ago

3 answers
61 views
0
Unrestrict open_basedir

When I try to run a PHP script, I get the following error: WARNING: is_readable() [function.is-readable]: open_basedir restriction in effect. File(/usr/share/php/Am/View/Helper/HeadScript.php) is not...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.