Posts Tagged ‘RewriteBase’
A real case example: my .htaccess in /wordpress subdirectory
Might be helpful for people wanting to know how is a real .htaccess. This is the one I have in /wordpress: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^Wordpress/PhotoGallery$ photogallery/ RewriteRule ^PhotoGallery$ photogallery/ RewriteRule ^photoGallery$ [...]