GithubHelp home page GithubHelp logo

.Php error about instagram-clone HOT 4 CLOSED

ytakkar avatar ytakkar commented on May 20, 2024
.Php error

from instagram-clone.

Comments (4)

aslantassmt avatar aslantassmt commented on May 20, 2024

I write this things on .htaccess file. The problem partly solved but this time some link are not working.
For example;

https://playerally.com/mvp/profile/Serius?ask=bookmarks
https://playerally.com/mvp/profile/Serius?ask=favourites
https://playerally.com/mvp/profile/Serius?ask=groups

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.php [NC,L]

from instagram-clone.

aslantassmt avatar aslantassmt commented on May 20, 2024

I fixed my problem myself :D
Just add this to .htaccess.

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([a-zA-Z0-9_]+)$ $1.php [QSA,NC,L]
RewriteRule ^profile/([a-zA-Z0-9.@-]+)$ profile.php?u=$1 [QSA,NC,L]
RewriteRule ^profile/ profile.php [QSA,NC,L]
RewriteRule ^groups/([0-9]+)$ groups.php?grp=$1 [QSA,NC,L]
RewriteRule ^groups groups.php [QSA,NC,L]
RewriteRule ^view_post/([a-zA-Z0-9
]+)$ view_post.php?post=$1 [QSA,NC,L]
RewriteRule ^([^\.]+)$ $1.php [NC,L]
ErrorDocument 404/mvp/404.php

from instagram-clone.

aslantassmt avatar aslantassmt commented on May 20, 2024

Can you share your .htaccess file? There is a problem with other things. @yTakkar

from instagram-clone.

yTakkar avatar yTakkar commented on May 20, 2024

It's already in the repo!!

from instagram-clone.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.