oeco / jeo

A WordPress parent theme for interactive maps and journalism
http://jeowp.org/
Other
90 stars 33 forks source link

Fancy URL give me 404 #80

Open convicta opened 8 years ago

convicta commented 8 years ago

When i try to use my fancy URL like this domain.com/mapgroup/my-map it doesn't work i get error 404 I have to turn of the fancy URL complete to get the map to work. Now it look like this mapgroup/my-map/#!/map=79 Any idea how to make the fancy URL to work like above example?

i use this in my htaccess

RewriteEngine On RewriteBase /wordpress/ RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /wordpress/index.php [L]