RewriteEngine On
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /.*index HTTP/
RewriteRule ^(.*)index$ http://example.com/$1 [L,R=301]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+)/$ http://example.com/$1 [L,R=301]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /(.+).php HTTP/
RewriteRule ^(.+).php$ http://example.com/$1 [L,R=301]
RewriteRule ^([a-z]+)$ /$1.php [L]
Code Example |
---|
Css :: materializecss |
Css :: for...of...loop and NodeLists |
Css :: remove 000webhost ads |
Css :: divi hide header |
Css :: hex color code for tan |
Css :: css animation-fill-mode |
Css :: how to increase the area of a text are |
Css :: :not(:hover) |
Css :: text sliding css |
Css :: scss darken color |
Css :: fontawesome trash icon |
Css :: min-height not working on body |
Css :: remove black shadow from border |
Css :: css multiple classes |
Css :: override vuetify container width |
Css :: css set styles for input text |
Css :: css saturate |
Css :: fade in animation css codepen |
Css :: css loader with gradient |
Css :: how to divide flex space equally |
Css :: text-align attribute in css |
Css :: css button |
Css :: css flex alle elemente gleiche höhe |
Css :: how to display a header in the center of the column in css |
Css :: svg background |
Css :: background with three line color css |
Css :: CSS The !important |
Css :: clip path css |
Css :: flexbox css |
Css :: css cursor |