Hash/Pound URL
-
Hoping this is simple.
Anytime I enter a url like this
it gets changed to
I need it to remain the same with out changing to /#
.htacess is
AddType x-mapp-php5 .php
AddHandler php5-script .php# 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
- The topic ‘Hash/Pound URL’ is closed to new replies.