Custom Redirects Not Working
-
chesfam
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 3
-
Thank you received: 0
-
-
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 5 months ago #1142
by admin
Hi,
it seems you need to add this at the end of .htaccess file:
Please Log in or Create an account to join the conversation.
-
chesfam
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 3
-
Thank you received: 0
-
-
11 years 5 months ago #1145
by chesfam
where do I find that file? I do have FTP and/or Xplorer installed. Thanks!
Please Log in or Create an account to join the conversation.
-
chesfam
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 3
-
Thank you received: 0
-
-
11 years 5 months ago #1148
by chesfam
Do you know why I would be getting this error message when going to the redirect component:
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 136 bytes) in /home/chesapea/public_html/libraries/joomla/database/database/mysqli.php on line 498
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 5 months ago #1151
by admin
This message means your PHP thread has consumed all memory available as configured in your PHP. You could increase this value in php.ini, but usually 256 Mb of memory (as in your case) should be enough. I suggest you to check if there's something strange. Consider that ReDJ itself just execute a single query, so it cannot be this the reason for the memory issue.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 5 months ago #1152
by admin
I'm assuming your web server is Apache. In this case you should have a .htaccess file in the web root folder. Consider that the file is hidden (start with dot). If you doesn't have it, you could rename htaccess.txt into .htaccess, and add the line at the end.
Please Log in or Create an account to join the conversation.
Time to create page: 0.156 seconds