Tag

Pseudo-Static

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Feb 22, 2021 · Backend Development

Customizing Laravel Pagination for Pseudo‑Static URLs

This guide explains how to override Laravel's built‑in pagination component to generate clean pseudo‑static URLs by creating a custom LengthAwarePaginator, rewriting its url method, and providing a staticPaginate scope for selective use.

Custom ComponentLaravelPseudo-Static
0 likes · 7 min read
Customizing Laravel Pagination for Pseudo‑Static URLs
Laravel Tech Community
Laravel Tech Community
Oct 26, 2020 · Backend Development

Understanding Pseudo-Static (URL Rewriting) and Its Implementation in Apache and Nginx

This article explains what pseudo‑static (URL rewriting) is, compares its advantages and disadvantages with true static pages, and provides detailed implementation methods and example rewrite rules for both Apache and Nginx servers to improve SEO, reduce server load, and simplify URL structures.

ApacheBackend DevelopmentNginx
0 likes · 22 min read
Understanding Pseudo-Static (URL Rewriting) and Its Implementation in Apache and Nginx