# Begin StackMS
RewriteEngine On
RewriteCond %{REQUEST_URI} stackms.php
RewriteRule ^ - [L]
# End StackMS


#http://www.societe.ma/login/?redirect_to=http%3A%2F%2Fwww.societe.ma%2Fcreate-listing%2F
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
#Redirect /login/?redirect_to=http%3A%2F%2Fwww.societe.ma%2Fcreate-listing%2F /register/?redirect_to=http%3A%2F%2Fwww.societe.ma%2Fcreate-listing%2F
