kandi X-RAY | RedPacket Summary
kandi X-RAY | RedPacket Summary
抢红包Demo
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Handle accessibility event
- Find redPacket
- Open a redPacket
- Wake up screen
- Launch Back2 home screen
- Checks if is screen
- Open I chat page
- Release key guard
- Called when the activity is created
- Override method to show service connectivity
- Region Unbindings
- Shutdown service
RedPacket Key Features
RedPacket Examples and Code Snippets
Community Discussions
Trending Discussions on RedPacket
QUESTION
I was developing in XAMPP environment on my local machine, and everything is fine. I can access my controller like this:
localhost/myproject/index.php/catalog/home/get
catalog
is the sub folder under controllers
.
However, after I uploaded my project to the server. I should be able to access my page by the following url:
http://www.example.com/index.php/catalog/home/index
but this gives me a 404 page.
The only url works is the default page I defined in the route.php
file:
$route['default_controller'] = 'welcome';
In the config.php
, I set my base_url to be http://www.example.com/
All my controllers' first letter are capitalized and I'm using CI 3.1X. My server is a linux which uses nginx instead of apache. I tried to modify or delete my .htaccess file, but it doesn't solve my problem.
I'm not looking for an exact answer, I would like to know how to debug my code in this situation.
Here is an example of one of my controllers:
...ANSWER
Answered 2017-May-16 at 09:25it looks like you forgot to update .htaccess file on the server
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install RedPacket
You can use RedPacket like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the RedPacket component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page