Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
RewriteRule ^about$ /about/ [R]
RewriteRule ^about/$ /ssbs-entries.php?entry=1
RewriteRule ^contact$ /about/ [R]
RewriteRule ^contact/$ /sscf-contact.php
RewriteRule ^about$ /about/ [R]
RewriteRule ^about/$ /ssbs-entries.php?entry=1 [L]
RewriteRule ^contact$ /about/ [R]
RewriteRule ^contact/$ /sscf-contact.php [L]
# BEGIN Plogger
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_URI} !(\.|/$)
RewriteRule ^.*$ http://dominicmifsud%{REQUEST_URI}/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule about$ /about/ [R]
RewriteRule about/$ /ssbs-entries.php?entry=1 [L]
RewriteRule contact$ /about/ [R]
RewriteRule contact/$ /sscf-contact.php [L]
RewriteRule ^.*$ - [S=2]
RewriteRule feed/$ plog-rss.php?path=%{REQUEST_URI} [L]
RewriteRule ^.*$ index.php?path=%{REQUEST_URI} [L]
</IfModule>
# END Plogger
RewriteRule ^.*$ - [S=2]
RewriteRule ^.*$ - [S=4]
RewriteRule about/$ /ssbs-entries.php?entry=1 [L]
RewriteRule contact/$ /sscf-contact.php [L]
RewriteRule feed/$ plog-rss.php?path=%{REQUEST_URI} [L]
RewriteRule ^.*$ index.php?path=%{REQUEST_URI} [L]
1 to 6 of 6