Jump to content

how to write .htaccess in php


shreyang

Recommended Posts

Hello,

 

I am new to the MVC structure of php. I have the code but the thing is, its not redirecting properly because its using some specific structure.

 

My site is having Directory like:

 

modules

includes

lib

admin

 

In the modules there are many modules for e.g  Event,artist,band,etc...

 

my url is like :   

        $SiteURL . 'member/'. $currUserData['userId']/band/action/bandmgt/opt/create/

 

Thanks in advance..

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/243593-how-to-write-htaccess-in-php/
Share on other sites

I am new to the MVC structure of php.

PHP does not have an MVC structure.

 

I have the code but the thing is, its not redirecting properly because its using some specific structure.

What code? What's not redirecting?

 

Thanks in advance..

For what? What's the problem? Where's the question?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.