SMF Forum shows 404 on all pages - forum

I am a newbie to smf forums. I just transferred all my smf forum files and database to my new host. After setting all my path to urls and directories through my repair_settings.php , I am getting my home page without any errors, but all other pages except this page shows a 404 error.
I really don't understand the problem. Could any please suggest me to get out of this prroblem. Thanks in advance.

Okay, so everything really worked for me, after I placed .htaccess into my folder and changed the RewriteBase.

Related

Magento 1.9.3 index.php redirect loop

I am working on an E-Commerce website project which I created in localhost. It worked fine, until I moved it online.
Since I moved it online, I've had issues accessing the admin page and the index.php. I've managed to make the admin page work and can now access the backoffice without any issues, but my index.php still shows me an "error: too many redirects1" page.
What's happening?
Main page of my website is stuck in a redirecting loop (chrome error message : this url tried to redirect you too many times)
Everytime I reload the main page, the url switches between www.mydomain.com and mydomain.com (might be an htaccess issue?)
What I've done to try and solve the problem:
I have checked everything in core_config_data table to make sure
the right urls are written in web/secure/base_url and
web/unsecure/base_url. They are.
I have manually cleared the var/cache and var/session from my
FTP.
I have cleared all cookies / cache from Chrome / Firefox
I have reuploaded the files and database multiple times, thinking it might be due to a corrupted file from the upload.
I have tried to edit the htaccess, but it didn't change anything.
What should I do now ?
I feel like I've tried everything.
As it's my first time with magento, I'm sure it's some dumb thing I might not know about, but I've read nearly every single post about this kind of issues on this website and haven't found anything to resolve it.
So I'm asking you. I'm willing to try every single idea you throw at me, as I've been stuck on this issue for a while now ^^
Thanks for reading :)
Weird, It seems that You make everything right. Try to find and update all url settings in core_config_data: select * from core_config_data where path like '%url%'.
You can try update web/url/redirect_to_base config to 0 (if you have 1).
Remember to clear cache.

Issue Regarding .htaccess Redirection

I have some issue regarding .htaccess redirection. I have checked a post regarding .htaccess redirection of one page to another domain page.
How to redirect a single web page from one domain to another using .htaccess
I have tried these code but when i use this code it is getting redirected but all the other pages on the old domain website are showing 404. Please help me.
Please note: I am not a developer and don't have any knowledge about the codes so please provide a simple solution so that i can directly implement on the website. I will be very greatful to you.....:)

htaccess - Redirecting based on variables

I have recently updated my site and as a result the old username system has changed and this has caused problems with links that are now on google.
I've experimented with htaccess to with no success but here's what I am trying to do:
http://example.com/userprofile.php?Member=[insertusername]
Needs to be redirected to:
http://example.com/user/[insertusername]
From what I have gathered htaccess seems to be the way to do this but of course I'd be just as grateful to hear any other options. Many Thanks.

Opencart normal urls don't work anymore

I'm facing a problem with Opencart where only the SEO urls are working and all the 'normal' urls like
index.php?route=common/home
etc have stopped working. They lead to a page not found error.
This is my site : www.24x7style.com
I haven't made any changes to my site recently..What could be the problem here?
Not all your non-SEO URLs are leading to errors. For example, http://24x7style.com/index.php?route=checkout/cart seems to be working. The search URLs are also working: http://24x7style.com/index.php?route=product/search&filter_name=nyassa
None of your account/* URLs are working. Perhaps you could check your catalog/controllers/account/* files, make sure they are intact.

magento homepage 404 status

OK...I am going crazy...
I have a Magento store in a /store/ directory. The homepage displays fine and users are able to make purchases, but to bots it's showing a 404 status code.
So /store/ and /store/index.php are both 404 header responses but I can navigate to those pages and browse the website from there. I've never seen this before.....blah
When I crawl the site with Xenu from the http://www.mywebsite.com/store/ URL it says it's 404 and the title shows, "redir" so I am assuming there is some redirect somewhere that I am missing(?)....
Any help is appreciated...I may need to explain this better so if so, I will gladly :)
Thanks in advance!
I appreciate all the help!
Somehow, changing the CMS page assigned as the homepage fixed the problem. The original homepage was calling some entity that returned a 404 error in turn giving a 404 error for the entire page.
Really not sure what happened...but like I said, changing the CMS homepage solved the problem!
Have you tried browsing your site with browser and a user agent switcher? There are examples of Magento being unable to build collections when the user agent is one of the bots which is explicitly left out of the log information.

Resources