Topic: other pages do not work
other pages do not work.
because it will be?
http://www.impulsus-mx.com/post/
put and does not work
add the line RewriteBase /impulsus-mx.com to the .htaccess file from your root jobberbase folder
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
***************
RewriteEngine on
Options +FollowSymlinks
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
RewriteBase /www.impulsus-mx.com
ErrorDocument 404 /page-unavailable/
<files ~ "\.tpl$">
order deny,allow
allow from none
deny from all
</files>