Вот проект моего веб-сайта:
Код: Выделить всё
https://www.labuantimes.orgКод: Выделить всё
https://www.labuantimes.org/nationalС когда я добавляю «public» между:
Код: Выделить всё
https://www.labuantimes.org/public/nationalКод: Выделить всё
http://localhost/labuantimes/public/localКод: Выделить всё
RewriteEngine On
# Redirect non-www to www
RewriteCond %{HTTP_HOST} ^labuantimes\.org [NC]
RewriteRule ^(.*)$ https://www.labuantimes.org/$1 [L,R=301]
# Existing rule to rewrite requests to the public folder
RewriteRule ^(.*)$ public/$1 [L]
< /code>
В общедоступной папке у меня есть файл index.php: < /p>
Подробнее здесь: [url]https://stackoverflow.com/questions/79382904/how-to-redirect-to-specific-menu-page-when-i-clicked-it[/url]
Мобильная версия