MyBB Community Forums

Full Version: Page Manager help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i need help with this

i want to know if there is a way to shorten the link anyhow for seo purpos
online marking seo forumz 2013
http://example.com/misc.php?page=testpage


some how hide the misc.php?page= or misc.php please let me no
if you are using .htaccess with rewrite rules (eg. Google SEO plugin) then you can use rule like below
RewriteRule pages/(.*)\.php$ misc.php?page=$1
and a page can be viewed by visiting --> forum-URL/pages/pagename.php
am not using google seo plugin i have the plugin there but not active i tried this nut working any solutions sir
^ have you used .htaccess (observe a dot in the beginning - it is not htaccess.txt) file with suggested code

can you try below code in .htaccess file
RewriteEngine On
RewriteRule pages/(.*)\.php$ misc.php?page=$1
@m sir 1 more thing boss

http://exampl;e.com/misc.php?page=somepage
online marking seo backlinks
that page (somepage) just say i make changed and change the link then when the links to that page is found on search engine google it shows blank because the page link has change so what i need to do is if the page is blank redirect to home how do i do this
you can use a plugin i found , i forgot the name how ever the plugin shortens the link for u and makes it seo friendly url , just type on google mybb seo plugin hope this helps.
I make my own pages using this idea: https://community.mybb.com/thread-116225.html


That way you can have: http://example.com/testpage.php

Simple