MyBB Community Forums

Full Version: How to add custom Page not found?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7
Tried changing
# Google SEO workaround for search.php highlights:
# Make this rule the first rewrite rule in your .htaccess!
RewriteRule ^([^&]*)&(.*)$ http://yoursite/MyBB/$1?$2 [L,QSA,R=301] to your board url
Would it be possible to attach acopy of your .htaccesss file here alternatively you can pm me with a admin account and i'll take a look at your settings and such.
After changing that it's still not working.


(2011-03-18, 09:09 PM)adbrad Wrote: [ -> ]Would it be possible to attach acopy of your .htaccesss file here

Check the previous page, I posted it there.
yes but i can't look at it and edit it there. also i edited my last post.
No offense, but I can just entrust someone an admin account.
Not like i'm going to screw ya board up i run my own.
anyway change
# Google SEO workaround for search.php highlights:
# Make this rule the first rewrite rule in your .htaccess!
RewriteRule ^([^&]*)&(.*)$ http://computing-tech.com/MyBB/$1?$2 [L,QSA,R=301]
to
RewriteRule ^([^&]*)&(.*)$ http://computing-tech.com/$1?$2 [L,QSA,R=301]
(2011-03-18, 09:18 PM)adbrad Wrote: [ -> ]Not like i'm going to screw ya board up i run my own.
anyway change
# Google SEO workaround for search.php highlights:
# Make this rule the first rewrite rule in your .htaccess!
RewriteRule ^([^&]*)&(.*)$ http://computing-tech.com/MyBB/$1?$2 [L,QSA,R=301]
to
RewriteRule ^([^&]*)&(.*)$ http://computing-tech.com/$1?$2 [L,QSA,R=301]

It was the same code but just removing /MyBB and the SEO bit so no big change
It still isn't working.
(2011-03-18, 09:22 PM)jake_grant Wrote: [ -> ]
(2011-03-18, 09:18 PM)adbrad Wrote: [ -> ]Not like i'm going to screw ya board up i run my own.
anyway change
# Google SEO workaround for search.php highlights:
# Make this rule the first rewrite rule in your .htaccess!
RewriteRule ^([^&]*)&(.*)$ http://computing-tech.com/MyBB/$1?$2 [L,QSA,R=301]
to
RewriteRule ^([^&]*)&(.*)$ http://computing-tech.com/$1?$2 [L,QSA,R=301]

It was the same code but just removing /MyBB and the SEO bit so no big change

Well that is because his forum is not in a MyBB subfolder

(2011-03-18, 09:23 PM)Barathrum Wrote: [ -> ]It still isn't working.

Have you tried clearing your cache. On the forum and your browser
Yes I have done that.
Pages: 1 2 3 4 5 6 7